Extract sentiment and emotion easily from text as you browse the web.
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"name": "__MSG_appName__",
"description": "__MSG_appDesc__",
"author": "Symanto GmbH & Co. KG",
"default_locale": "en",
"version": "1.1",
"browser_action": {
"default_icon": "favicon16.png"
},
"background": {
"scripts": [
"script.js"
]
},
"permissions": [
"contextMenus"
],
"icons": {
"16": "favicon16.png",
"48": "favicon48.png",
"128": "favicon128.png"
},
"manifest_version": 2
}