Medium Inside Out

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

Vad är Medium Inside Out?

Medium Inside Out är en Chrome-tillägg utvecklad av udara.weera, och dess huvudfunktion är "This extension analyzes, and gives a breakdown of the emotional tone of a medium blogpost".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Medium Inside Out-förlängningens CRX-fil

Ladda ner Medium Inside Out-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Medium Inside Out Medium Inside Out
ID glffdpnmimheaoekjkigadedpmffdfjc
Officiell webbadress https://chrome.google.com/webstore/detail/medium-inside-out/glffdpnmimheaoekjkigadedpmffdfjc
Beskrivning This extension analyzes, and gives a breakdown of the emotional tone of a medium blogpost
Filstorlek 100 KB
Antal Installationer 32
Aktuell Version 1.0
Senast Uppdaterad 2016-11-12
Publiceringsdatum 2016-11-12
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare udara.weera
E-post [email protected]
Betalningssätt free
Stödda Språk 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'"
}