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.


Sample Extensions - Google Chrome

https://developer.chrome.com/extensions/samples

Examples of chrome extensions


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...


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


mozilla/webextension-polyfill

https://github.com/mozilla/webextension-polyfill

A lightweight polyfill library for Promise-based WebExtension APIs in Chrome


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.


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 ...


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...


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.


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.


Octotree Home Page

https://www.octotree.io/

Octotree

GitHub on steroids - Browser extension that brings your GitHub experience to the next level.

Features ...


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 ...


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/


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.


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.


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.


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/


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.)


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.