google-chrome-extension.md
July 15, 2021 · View on GitHub
Bookmarks tagged [google-chrome-extension]
www.codever.land/bookmarks/t/google-chrome-extension
Message Passing - Google Chrome
https://developer.chrome.com/extensions/messaging
Communication between extensions and their content scripts works by using message passing. Either side can listen for messages sent from the other end, and respond on the same channel.
- tags: google-chrome-extension
Sample Extensions - Google Chrome
https://developer.chrome.com/extensions/samples
Examples of chrome extensions
- tags: google-chrome-extension, example
Develop Extensions Docs Home Page - Google Chrome
https://developer.chrome.com/extensions/devguide
After reading the Getting Started tutorial and Overview, use this guide as an outline to exten...
- tags: google-chrome-extension, docs
Porting a Google Chrome extension
https://extensionworkshop.com/documentation/develop/porting-a-google-chrome-extension/
Steps to migrate a chrome extension to Firefox addon
Extension Compatibility Tester
https://www.extensiontest.com/
Extension Compatibility Test for Firefox
Use this tool to test your extension’s compatibility with Firefox! To receive a report, upload your .crx file. We’ll also provide you with resources and i...
GitHub - notlmn/browser-extension-template
https://github.com/notlmn/browser-extension-template
📕 Barebones boilerplate with webpack, options handler and auto-publishing - notlmn/browser-extension-template
- tags: browser-extension, google-chrome-extension, firefox-webextensions
- :octocat: source code
mozilla/webextension-polyfill
https://github.com/mozilla/webextension-polyfill
A lightweight polyfill library for Promise-based WebExtension APIs in Chrome
- tags: browser-extension, polyfills, google-chrome-extension, firefox
- :octocat: source code
Declare Permissions and Warn Users - Google Chrome
https://developer.chrome.com/extensions/permission_warnings
Understand how warnings are displayed, how can you view warnings. Substitute the activeTab persmission, to replace the need for <all_urls> etc.
- tags: google-chrome-extension
9 Magical Chrome Extensions for QA Testing
https://medium.com/ideas-by-crema/9-magical-chrome-extensions-for-qa-testing-14a710a097bb
Chrome extension options are many, but there are a few add-ons that are pure wizardry for browser based testing. Here are 9 of my favorites that help me test faster, write better bugs, and cover more ...
- :calendar: published on: 2018-03-09
- tags: testing, google-chrome-extension
Form Filler - Chrome Web Store
https://chrome.google.com/webstore/detail/form-filler/bnjjngeaknajbdcgpfkgnonkmififhfo
Fill all inputs in a page with dummy data. ** The purpose of this extension is to help developers and testers test their forms quickly and easily. **
This extension allows you to fill all form inputs...
- tags: google-chrome-extension, productivity-tools
- :octocat: source code
My list of almost indispensable Chrome Extensions - DEV Community
https://dev.to/ama/my-list-of-almost-indispensable-chrome-extensions-443
A list of my almost indispensable chrome extensions I use on a day to day basis to improve productivity, bookmarking, writing or as developer tools.
- :calendar: published on: 2020-01-08
- tags: google-chrome-extension, productivity-tools
Save to bookmarks.dev - Chrome Web Store
https://chrome.google.com/webstore/detail/save-to-bookmarksdev/diofdblfhjbpgackifolmboaiccmebjb
The Chrome extension enables you to quickly save the active tab as a bookmark to www.bookmarks.dev. Make sure you have an account from www.bookmarks.dev to begin.
- tags: google-chrome-extension, dev-tools, productivity-tools
- :octocat: source code
Octotree Home Page
GitHub on steroids - Browser extension that brings your GitHub experience to the next level.
Features ...
- tags: google-chrome-extension, productivity-tools, dev-tools, github
- :octocat: source code
Clear Cache - Chrome Web Store
https://chrome.google.com/webstore/detail/clear-cache/cppjkneekbjaeellbfkmgnhonkkjfpdn
Clear your cache and browsing data with a single click of a button. Quickly clear your cache with this extension without any confirmation dialogs, pop-ups or other annoyances.
You can customize what ...
- tags: google-chrome-extension, dev-tools
JSONView
https://chrome.google.com/webstore/detail/jsonview/chklaanhfefbnpoihckbnefhakgolnmc
Validate and view JSON documents
JSONView port for Chrome.
Original firefox extension is here: http://benhollis.net/software/jsonview/
- tags: google-chrome-extension, json, productivity-tools
- :octocat: source code
CodeCopy - Chrome Web Store
https://chrome.google.com/webstore/detail/codecopy/fkbfebkcoelajmhanocgppanfoojcdmg
A browser extension that adds a "copy to clipboard" button to every code block on GitHub, MDN, Gist, StackOverflow, StackExchange, npm, and even Medium.
- tags: productivity-tools, dev-tools, google-chrome-extension
- :octocat: source code
Creating A Basic Chrome Extension
https://www.thepolyglotdeveloper.com/2018/09/creating-basic-chrome-extension/
Learn how to get started developing extensions for Google Chrome using JavaScript and HTML in this example that demonstrates script detection for open browser tabs.
- :calendar: published on: 2018-09-19
- tags: google-chrome, google-chrome-extension, popup
How to build a Google Chrome Extension ― Scotch.io
https://scotch.io/@dongido/how-to-build-a-google-chrome-extension
We would be building a basic app Linxer. It's an extension that can be used to save important links.
- :calendar: published on: 2017-05-31
- tags: google-chrome-extension, jquery, bootstrap
Declare Permissions - Google Chrome
https://developer.chrome.com/extensions/declare_permissions
To use most chrome.* APIs, your extension or app must declare its intent in the "permissions" field of the manifest. Each permission can be either one of a list of known strings (such as "geolocation"...
What are extensions? - Google Chrome
https://developer.chrome.com/extensions
Extensions are small software programs that customize the browsing experience. They enable users to tailor Chrome functionality and behavior to individual needs or preferences. They are built on web t...
Session 11: Chrome Extensions - Programming with Text - YouTube
https://www.youtube.com/playlist?list=PLRqwX-V7Uu6bL9VOMT65ahNEri9uqLWfS
"Chrome Extensions" of my Programming with Text video series http://shiffman.net/a2z/chrome-ext/
- tags: google-chrome-extension
11.3: Chrome Extensions: Content Scripts - Programming with Text - 16min
https://www.youtube.com/watch?v=9Tl3OmwrSaM
In this video, I cover "content scripts" for chrome extensions. The content script is a JavaScript file that runs in the context of a web page (and can be used to modify that page.)
- :calendar: published on: 2017-11-14
- tags: google-chrome, google-chrome-extension
- :octocat: source code
Lighthouse | Web | Google Developers
https://developers.google.com/web/tools/lighthouse/
Lighthouse is an open-source, automated tool for improving the quality of your web apps.
- tags: web-development, google-chrome-extension, dev-tools
- :octocat: source code