Building Browser Extensions
eBook - ePub

Building Browser Extensions

Create Modern Extensions for Chrome, Safari, Firefox, and Edge

  1. English
  2. ePUB (mobile friendly)
  3. Only available on web
eBook - ePub

Building Browser Extensions

Create Modern Extensions for Chrome, Safari, Firefox, and Edge

Book details
Table of contents
Citations

About This Book

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.

Frequently asked questions

Simply head over to the account section in settings and click on “Cancel Subscription” - it’s as simple as that. After you cancel, your membership will stay active for the remainder of the time you’ve paid for. Learn more here.
At the moment all of our mobile-responsive ePub books are available to download via the app. Most of our PDFs are also available to download and we're working on making the final remaining ones downloadable now. Learn more here.
Both plans give you full access to the library and all of Perlego’s features. The only differences are the price and subscription period: With the annual plan you’ll save around 30% compared to 12 months on the monthly plan.
We are an online textbook subscription service, where you can get access to an entire online library for less than the price of a single book per month. With over 1 million books across 1000+ topics, we’ve got you covered! Learn more here.
Look out for the read-aloud symbol on your next book to see if you can listen to it. The read-aloud tool reads text aloud for you, highlighting the text as it is being read. You can pause it, speed it up and slow it down. Learn more here.
Yes, you can access Building Browser Extensions by Matt Frisbie in PDF and/or ePUB format, as well as other popular books in Computer Science & Web Programming. We have over one million books available in our catalogue for you to explore.

Information

Publisher
Apress
Year
2022
ISBN
9781484287255

Table of contents

  1. Cover
  2. Front Matter
  3. 1. What Are Browser Extensions?
  4. 2. Fundamental Elements of Browser Extensions
  5. 3. Browser Extension Crash Course
  6. 4. Browser Extension Architecture
  7. 5. The Extension Manifest
  8. 6. Understanding the Implications of Manifest V3
  9. 7. Background Scripts
  10. 8. Popup and Options Pages
  11. 9. Content Scripts
  12. 10. Devtools Pages
  13. 11. Extension and Browser APIs
  14. 12. Permissions
  15. 13. Networking
  16. 14. Extension Development and Deployment
  17. 15. Cross-Browser Extensions
  18. 16. Tooling and Frameworks
  19. Back Matter