Medium Inside Out

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

O que é Medium Inside Out?

Medium Inside Out é uma extensão do Chrome desenvolvida por udara.weera, e sua principal característica é "This extension analyzes, and gives a breakdown of the emotional tone of a medium blogpost".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Medium Inside Out

Baixe arquivos de extensão Medium Inside Out no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Medium Inside Out Medium Inside Out
ID glffdpnmimheaoekjkigadedpmffdfjc
URL Oficial https://chrome.google.com/webstore/detail/medium-inside-out/glffdpnmimheaoekjkigadedpmffdfjc
Descrição This extension analyzes, and gives a breakdown of the emotional tone of a medium blogpost
Tamanho do Arquivo 100 KB
Contagem de Instalações 32
Versão Atual 1.0
Última Atualização 2016-11-12
Data de Publicação 2016-11-12
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor udara.weera
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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'"
}