WebTools

WebTools

An add-on allowing you to use a bunch of useful tools without leaving the page you're currently visiting

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "__MSG_appName__",
  "description": "__MSG_appDesc__",
  "version": "1.2.60",
  "default_locale": "en",
  "permissions": [],
  "omnibox": {
    "keyword": "WebTools"
  },
  "options_ui": {
    "chrome_style": true,
    "page": "intro.html"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  },
  "browser_action": {
    "default_icon": "lilogonobg.png",
    "default_popup": "popup.html"
  },
  "icons": {
    "128": "lilogonobg.png"
  }
}