Merge pull request #9 from anaran/Issue_8

Fixes issue #8
This commit is contained in:
wbamberg
2015-11-09 17:02:49 -08:00
6 changed files with 6 additions and 1 deletions

View File

@@ -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",

View File

@@ -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",

View File

@@ -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",

View File

@@ -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",

View File

@@ -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": {

View File

@@ -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",