Medium Inside Out
This extension analyzes, and gives a breakdown of the emotional tone of a medium blogpost
What is Medium Inside Out?
Medium Inside Out is a Chrome extension developed by udara.weera, and its main feature is "This extension analyzes, and gives a breakdown of the emotional tone of a medium blogpost".
Extension Screenshots
Download Medium Inside Out Extension CRX File
Download Medium Inside Out extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Use this extension to display an emotional analysis of a medium post. See what kind of emotional tone your medium post relays. Or use it to check how emotionally charged an article might be before you read a blogpost. Powered by indico.io. Thanks to Meagan Pau(http://meagan.io/) for the design.
Extension Basic Information
Name | |
ID | glffdpnmimheaoekjkigadedpmffdfjc |
Official URL | https://chrome.google.com/webstore/detail/medium-inside-out/glffdpnmimheaoekjkigadedpmffdfjc |
Description | This extension analyzes, and gives a breakdown of the emotional tone of a medium blogpost |
File Size | 100 KB |
Installation Count | 32 |
Current Version | 1.0 |
Last Updated | 2016-11-12 |
Publish Date | 2016-11-12 |
Rating | 5.00/5 Total 1 Ratings |
Developer | udara.weera |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Medium Inside Out", "description": "This extension analyzes, and gives a breakdown of the emotional tone of a medium blogpost", "version": "1.0", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "activeTab" ], "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'" } |