Medium Inside Out

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

Cos'è Medium Inside Out?

Medium Inside Out è un'estensione di Chrome sviluppata da udara.weera, e la sua funzione principale è "This extension analyzes, and gives a breakdown of the emotional tone of a medium blogpost".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Medium Inside Out

Scarica i file di estensione Medium Inside Out in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Medium Inside Out Medium Inside Out
ID glffdpnmimheaoekjkigadedpmffdfjc
URL Ufficiale https://chrome.google.com/webstore/detail/medium-inside-out/glffdpnmimheaoekjkigadedpmffdfjc
Descrizione This extension analyzes, and gives a breakdown of the emotional tone of a medium blogpost
Dimensione del File 100 KB
Conteggio Installazioni 32
Versione Corrente 1.0
Ultimo Aggiornamento 2016-11-12
Data di Pubblicazione 2016-11-12
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore udara.weera
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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'"
}