YAL Tool

YAL Tool

Quick language tool, convenient and unofficial backend for some language sites.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "http://clients2.google.com/service/update2/crx",
  "name": "YAL Tool",
  "description": "Quick language tool, convenient and unofficial backend for some language sites.",
  "version": "1.0.6",
  "manifest_version": 2,
  "permissions": [
    "tabs",
    "http://*/*"
  ],
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "browser_action": {
    "default_title": "Yet Another Language Tool",
    "default_icon": "icon.png",
    "default_popup": "popup.html"
  }
}