Medium Inside Out
This extension analyzes, and gives a breakdown of the emotional tone of a medium blogpost
Was ist Medium Inside Out?
Medium Inside Out ist eine Chrome-Erweiterung, die von udara.weera entwickelt wurde, und ihr Hauptmerkmal ist "This extension analyzes, and gives a breakdown of the emotional tone of a medium blogpost".
Erweiterungsscreenshots
Medium Inside Out-Erweiterungs-CRX-Datei herunterladen
Laden Sie Medium Inside Out-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | |
ID | glffdpnmimheaoekjkigadedpmffdfjc |
Offizielle URL | https://chrome.google.com/webstore/detail/medium-inside-out/glffdpnmimheaoekjkigadedpmffdfjc |
Beschreibung | This extension analyzes, and gives a breakdown of the emotional tone of a medium blogpost |
Dateigröße | 100 KB |
Installationsanzahl | 32 |
Aktuelle Version | 1.0 |
Letztes Update | 2016-11-12 |
Veröffentlichungsdatum | 2016-11-12 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | udara.weera |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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'" } |