Merge remote-tracking branch 'origin/master' into chillout

* origin/master:
  Fixes issue #8

ster.

Update from master.
This commit is contained in:
Will Bamberg
2015-12-17 23:20:31 -08:00
6 changed files with 6 additions and 1 deletions
+1
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, "manifest_version": 2,
"name": "Beastify", "name": "Beastify",
"version": "1.0", "version": "1.0",
+1
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, "manifest_version": 2,
"name": "Borderify", "name": "Borderify",
"version": "1.0", "version": "1.0",
+1
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, "manifest_version": 2,
"name": "Notify link clicks", "name": "Notify link clicks",
"version": "1.0", "version": "1.0",
+1
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, "manifest_version": 2,
"name": "open-my-page", "name": "open-my-page",
"version": "1.0", "version": "1.0",
+1 -1
View File
@@ -2,7 +2,7 @@
"manifest_version": 2, "manifest_version": 2,
"name": "Page to extension messaging", "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", "version": "1.0",
"applications": { "applications": {
+1
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, "manifest_version": 2,
"name": "user-agent-rewriter", "name": "user-agent-rewriter",
"version": "1.0", "version": "1.0",