Medium Inside Out

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

Что такое Medium Inside Out?

Medium Inside Out - это расширение Chrome, разработанное udara.weera, и его основная функция - "This extension analyzes, and gives a breakdown of the emotional tone of a medium blogpost".

Снимки экрана расширения

screenshot
screenshot

Скачать файл CRX расширения Medium Inside Out

Скачайте файлы расширений Medium Inside Out в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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.                    

Основная информация о расширении

Название Medium Inside Out Medium Inside Out
ID glffdpnmimheaoekjkigadedpmffdfjc
Официальный URL https://chrome.google.com/webstore/detail/medium-inside-out/glffdpnmimheaoekjkigadedpmffdfjc
Описание This extension analyzes, and gives a breakdown of the emotional tone of a medium blogpost
Размер файла 100 KB
Количество установок 32
Текущая Версия 1.0
Последнее Обновление 2016-11-12
Дата публикации 2016-11-12
Рейтинг 5.00/5 Всего 1 оценок
Разработчик udara.weera
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки 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'"
}