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 |
公式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 |
Eメール | [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'" } |