Sentimental

Sentimental

Analyze sentiment of any selected text

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Sentimental",
  "version": "1.0.1",
  "description": "Analyze sentiment of any selected text",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "permissions": [
    "contextMenus",
    "tabs",
    "http://*/*",
    "https://*/*",
    "notifications"
  ],
  "minimum_chrome_version": "6.0.0.0",
  "icons": {
    "16": "Artboard.png",
    "48": "[email protected]",
    "128": "[email protected]"
  },
  "browser_action": {
    "default_icon": "Artboard.png",
    "default_popup": "popup.html"
  },
  "web_accessible_resources": [
    "[email protected]"
  ],
  "manifest_version": 2
}