This repository is a collection of simple Chrome extensions that help with Chromium development. These are mainly used to test bugs or see UI changes.
-
Action
- Action tooltip: extension has an action with an specific tooltip
- Action tooltip long: extension has an action with a long name and a long tooltip
-
Host Permissions
- ActiveTab: extension requests activeTab permission
- ActiveTab and requested URL: extension requests activeTab permission and example.com host permission
- AllUrls: extension requests 'all_urls' host permission
- Chrome Extension Page with activeTab: extension that opens a chrome extension owned page with activeTab permission
- Chrome Extension Page with activeTab and all_urls: extension that opens a chrome extension owned page with activeTab permission and
<all_urls>
host permissions - Chrome Extension Page with all_urls: extension that opens a chrome extension owned page with
<all_urls>
host permissions - Empty: extension doesn't request any permission
- Optional host permissions: extension requests optional host permissions and inserts a content script on example.com when granted on user action
- Requested URL: extension requests wikipedia.org host permission
-
DOM manipulation
- Green Background: extension changes the background color to green on all sites
- Orange Links: extension changes the links color to orange on wikipedia.org
- Red Background: extension changes the background color to red when action is clicked