Cargando…

Building Browser Extensions : Create Modern Extensions for Chrome, Safari, Firefox, and Edge /

Almost all web developers today have plenty of experience with building regular web page apps, but a lot of that knowledge doesn't transfer over when it comes to creating browser extensions. This book provides a complete reference for how to build modern browser extensions. Creating and deployi...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Frisbie, Matt (Autor)
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Berkeley, CA : Apress L. P., 2022.
Temas:
Acceso en línea:Texto completo (Requiere registro previo con correo institucional)

MARC

LEADER 00000cam a2200000 i 4500
001 OR_on1351751228
003 OCoLC
005 20231017213018.0
006 m o d
007 cr cnu---unuuu
008 221126s2022 caua o 000 0 eng d
040 |a EBLCP  |b eng  |e rda  |e pn  |c EBLCP  |d YDX  |d ORMDA  |d GW5XE  |d OCLCF  |d TOH  |d UKAHL  |d N$T  |d OCLCO 
019 |a 1351659644  |a 1374851275 
020 |a 9781484287255 
020 |a 1484287258 
020 |z 9781484287248 
020 |z 148428724X 
024 7 |a 10.1007/978-1-4842-8725-5  |2 doi 
029 1 |a AU@  |b 000072964498 
035 |a (OCoLC)1351751228  |z (OCoLC)1351659644  |z (OCoLC)1374851275 
037 |a 9781484287255  |b O'Reilly Media 
050 4 |a TK5105.882 
072 7 |a UMW  |2 bicssc 
072 7 |a COM060160  |2 bisacsh 
072 7 |a UMW  |2 thema 
082 0 4 |a 005.7/1376  |2 23/eng/20221129 
049 |a UAMI 
100 1 |a Frisbie, Matt,  |e author. 
245 1 0 |a Building Browser Extensions :  |b Create Modern Extensions for Chrome, Safari, Firefox, and Edge /  |c Matt Frisbie. 
264 1 |a Berkeley, CA :  |b Apress L. P.,  |c 2022. 
300 |a 1 online resource (xxxii, 538 pages) :  |b illustrations 
336 |a text  |b txt  |2 rdacontent 
337 |a computer  |b c  |2 rdamedia 
338 |a online resource  |b cr  |2 rdacarrier 
500 |a Description based upon print version of record. 
520 |a Almost all web developers today have plenty of experience with building regular web page apps, but a lot of that knowledge doesn't transfer over when it comes to creating browser extensions. This book provides a complete reference for how to build modern browser extensions. Creating and deploying a browser extension is more like building a mobile app than a website. When you start building an extension you'll often find there are a large number of new concepts and idiosyncrasies to wrangle with. This book reveals how to successfully navigate around these obstacles and how to take advantage of the limited resources available. You'll see how a browser extensions work, their component pieces, and how to build and deploy them. Additionally, you'll review all the tricky bits of extension development that most developers have to learn through trial and error. The current transition from manifest v2 to v3 is of special interest, and an entire chapter will be dedicated to this subject. By the end of this book, you will have a rich understanding of what browser extensions are, how they work, all the pitfalls to avoid, and the most efficient ways of building them. What You'll Learn Examine the different components of browser extensions and how they behave Review common pitfalls developers encounter when building browser extensions and how to avoid them Develop, deploy, and manage a published browser extension Build a browser extension using modern JavaScript frameworks Who This Book Is For Developers tasked with building a supplementary browser extension to go alongside their existing product. This book also targets people that have at least a basic understanding of the fundamentals of web development and wish to quickly understand how they can roll out a browser extension. 
505 0 |a Intro -- Table of Contents -- About the Author -- About the Technical Reviewer -- Acknowledgments -- Foreword -- Introduction -- Chapter 1: What Are Browser Extensions? -- History of Browser Extensions -- Customizing Software with Plugins -- History of Web Browsers -- Native Browser Plugins -- From Browser Add-ons to Extensions -- The Browser Extension Landscape -- Comparing Mobile Apps and Browser Extensions -- Browser Extension Stores -- Types of Browser Extensions -- Ad and Tracking Blockers -- Password Managers -- Smart Writing Management Tools -- Accessibility Tools 
505 8 |a Content and Link Aggregators -- Tab Management Tools -- Screen Recording Tools -- Integrations for Software Platforms -- Digital Currency Wallets -- Developer Tools -- Summary -- Credits -- Chapter 2: Fundamental Elements of Browser Extensions -- The Browser Model -- Browser Tabs -- Same-Origin Policy -- The Browser Extension Model -- Independent JavaScript Pages and Runtimes -- Native APIs and User Interfaces -- Tab and Domain Access -- Observing and Intercepting Network Requests -- Elements of Browser Extensions -- Extension Manifest -- Manifest v2 and v3 -- Background Scripts -- The Popup Page 
505 8 |a The Options Page -- Content Scripts -- Devtools Panels and Sidebars -- Extension Elements in Action -- Honey -- LastPass -- Grammarly -- React Developer Tools -- Summary -- Chapter 3: Browser Extension Crash Course -- Creating the Manifest -- Minimum Viable Extension -- Installing Your Extension -- Reloading Your Extension -- Adding a Background Script -- Adding a Popup Page -- Adding an Options Page -- Adding a Content Script -- Working with Multiple Tabs -- Adding a Devtools Panel -- Summary -- Chapter 4: Browser Extension Architecture -- Architecture Overview 
505 8 |a Plurality, Lifecycles, and Updates -- Background Service Worker -- Popup and Options Pages -- Devtools Pages -- Content Scripts -- Browser Extension File Server -- Sandboxed Pages -- Summary -- Chapter 5: The Extension Manifest -- The Manifest File -- Supporting Different Locales -- Match Patterns and Globs -- File Path Match Patterns -- URL Match Patterns -- URL Globs -- Manifest Properties -- action -- default_icon -- default_popup -- default_title -- browser_style -- theme_icons -- author -- automation -- background -- Manifest v2 background scripts -- Manifest v2 background page 
505 8 |a Manifest v2 persistent pages and event pages -- Manifest v3 service worker -- browser_action -- browser_specific_settings -- chrome_settings_overrides -- Custom Homepage -- Custom Search Engine -- Custom Startup Page -- chrome_url_overrides -- commands -- Command Syntax -- Defining Key Shortcuts -- Multi-browser Support -- Reserved Commands -- Custom Commands -- Global Commands -- content_capabilities -- content_scripts -- content_security_policy -- Manifest v2 content security policy -- Manifest v3 content security policy -- converted_from_user_script -- cross_origin_embedder_policy 
504 |a Includes index. 
590 |a O'Reilly  |b O'Reilly Online Learning: Academic/Public Library Edition 
650 0 |a Browsers (Computer programs) 
650 0 |a Application software  |x Development. 
650 6 |a Navigateurs (Logiciels) 
650 6 |a Logiciels d'application  |x Développement. 
650 7 |a Application software  |x Development  |2 fast 
650 7 |a Browsers (Computer programs)  |2 fast 
776 0 8 |i Print version:  |a Frisbie, Matt  |t Building Browser Extensions  |d Berkeley, CA : Apress L. P.,c2022  |z 9781484287248 
856 4 0 |u https://learning.oreilly.com/library/view/~/9781484287255/?ar  |z Texto completo (Requiere registro previo con correo institucional) 
938 |a Askews and Holts Library Services  |b ASKH  |n AH41064767 
938 |a ProQuest Ebook Central  |b EBLB  |n EBL7144565 
938 |a YBP Library Services  |b YANK  |n 303275402 
938 |a EBSCOhost  |b EBSC  |n 3462889 
994 |a 92  |b IZTAP