Medium Inside Out
This extension analyzes, and gives a breakdown of the emotional tone of a medium blogpost
Medium Inside Out là gì?
Medium Inside Out là một tiện ích mở rộng Chrome được phát triển bởi udara.weera, và tính năng chính của nó là "This extension analyzes, and gives a breakdown of the emotional tone of a medium blogpost".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Medium Inside Out
Tải xuống các tệp mở rộng Medium Inside Out dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | glffdpnmimheaoekjkigadedpmffdfjc |
URL Chính Thức | https://chrome.google.com/webstore/detail/medium-inside-out/glffdpnmimheaoekjkigadedpmffdfjc |
Mô tả | This extension analyzes, and gives a breakdown of the emotional tone of a medium blogpost |
Kích Thước Tệp | 100 KB |
Số Lần Cài Đặt | 32 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2016-11-12 |
Ngày Phát Hành | 2016-11-12 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | udara.weera |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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'" } |