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"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ 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.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
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'" } |