mirror of
https://github.com/mdn/webextensions-examples.git
synced 2026-04-17 06:48:37 +02:00
@@ -1,5 +1,6 @@
|
||||
{
|
||||
|
||||
"description": "Adds a browser action icon to the toolbar. Click the button to choose a beast. The active tab's body content is then replaced with a picture of the chosen beast. See https://developer.mozilla.org/en-US/Add-ons/WebExtensions/Examples#beastify",
|
||||
"manifest_version": 2,
|
||||
"name": "Beastify",
|
||||
"version": "1.0",
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
{
|
||||
|
||||
"description": "Adds a solid red border to all webpages matching mozilla.org. See https://developer.mozilla.org/en-US/Add-ons/WebExtensions/Examples#borderify",
|
||||
"manifest_version": 2,
|
||||
"name": "Borderify",
|
||||
"version": "1.0",
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
{
|
||||
|
||||
"description": "Displays notifications when the user clicks links. See https://developer.mozilla.org/en-US/Add-ons/WebExtensions/Examples#notify-link-clicks",
|
||||
"manifest_version": 2,
|
||||
"name": "Notify link clicks",
|
||||
"version": "1.0",
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
{
|
||||
|
||||
"description": "Adds browser action icon to toolbar to open packaged web page. See https://developer.mozilla.org/en-US/Add-ons/WebExtensions/Examples#open-my-page-button",
|
||||
"manifest_version": 2,
|
||||
"name": "open-my-page",
|
||||
"version": "1.0",
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
"manifest_version": 2,
|
||||
"name": "Page to extension messaging",
|
||||
"description": "Visit https://mdn.github.io/webextensions-examples/content-script-page-script-messaging.html for the demo.",
|
||||
"description": "Visit https://mdn.github.io/webextensions-examples/content-script-page-script-messaging.html for the demo. See https://developer.mozilla.org/en-US/Add-ons/WebExtensions/Examples#page-to-extension-messaging",
|
||||
"version": "1.0",
|
||||
|
||||
"applications": {
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
{
|
||||
|
||||
"description": "Adds browser action icon to toolbar to choose user agent string from popup menu. See https://developer.mozilla.org/en-US/Add-ons/WebExtensions/Examples#user-agent-rewriter",
|
||||
"manifest_version": 2,
|
||||
"name": "user-agent-rewriter",
|
||||
"version": "1.0",
|
||||
|
||||
Reference in New Issue
Block a user