Medium Inside Out

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

什么是Medium Inside Out?

Medium Inside Out是由udara.weera开发的Chrome扩展程序,该扩展的主要功能是“This extension analyzes, and gives a breakdown of the emotional tone of a medium blogpost”。

扩展截图

screenshot
screenshot

下载Medium Inside Out扩展crx文件

下载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'"
}