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”。
擴展截圖
下載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.
擴展基本資訊
名稱 | |
ID | glffdpnmimheaoekjkigadedpmffdfjc |
官方網址 | 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'" } |