Medium Inside Out
This extension analyzes, and gives a breakdown of the emotional tone of a medium blogpost
Wat is Medium Inside Out?
Medium Inside Out is een Chrome-extensie ontwikkeld door udara.weera, en de belangrijkste functie is "This extension analyzes, and gives a breakdown of the emotional tone of a medium blogpost".
Extensie Screenshots
Download het CRX-bestand van de extensie Medium Inside Out
Download Medium Inside Out-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | glffdpnmimheaoekjkigadedpmffdfjc |
Officiële URL | https://chrome.google.com/webstore/detail/medium-inside-out/glffdpnmimheaoekjkigadedpmffdfjc |
Beschrijving | This extension analyzes, and gives a breakdown of the emotional tone of a medium blogpost |
Bestandsgrootte | 100 KB |
Aantal Installaties | 32 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2016-11-12 |
Publicatiedatum | 2016-11-12 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | udara.weera |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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'" } |