Medium Inside Out

This extension analyzes, and gives a breakdown of the emotional tone of a medium blogpost

Qu'est-ce que Medium Inside Out ?

Medium Inside Out est une extension Chrome développée par udara.weera, et sa fonction principale est "This extension analyzes, and gives a breakdown of the emotional tone of a medium blogpost".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Medium Inside Out

Téléchargez les fichiers d'extension Medium Inside Out au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Medium Inside Out Medium Inside Out
ID glffdpnmimheaoekjkigadedpmffdfjc
URL Officiel 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
Taille du Fichier 100 KB
Nombre d'Installations 32
Version Actuelle 1.0
Dernière Mise à Jour 2016-11-12
Date de Publication 2016-11-12
Évaluation 5.00/5 Total 1 Évaluations
Développeur udara.weera
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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'"
}