Google Page Translate

Google Page Translate

Adds a toolbar button to open Google Page Translate for the current tab.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "__MSG_name__",
  "description": "__MSG_description__",
  "version": "2.2.0",
  "browser_specific_settings": {
    "gecko": {
      "id": "[email protected]"
    }
  },
  "permissions": [
    "tabs",
    "storage"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_icon": "google.png"
  },
  "options_ui": {
    "browser_style": true,
    "page": "options.xhtml"
  },
  "default_locale": "en",
  "icons": {
    "16": "google.png"
  },
  "author": "100の人"
}