Medium Inside Out
This extension analyzes, and gives a breakdown of the emotional tone of a medium blogpost
Apa itu Medium Inside Out?
Medium Inside Out adalah ekstensi Chrome yang dikembangkan oleh udara.weera, dan fitur utamanya adalah "This extension analyzes, and gives a breakdown of the emotional tone of a medium blogpost".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Medium Inside Out
Unduh file ekstensi Medium Inside Out dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | |
ID | glffdpnmimheaoekjkigadedpmffdfjc |
URL Resmi | https://chrome.google.com/webstore/detail/medium-inside-out/glffdpnmimheaoekjkigadedpmffdfjc |
Deskripsi | This extension analyzes, and gives a breakdown of the emotional tone of a medium blogpost |
Ukuran File | 100 KB |
Jumlah Instalasi | 32 |
Versi Saat Ini | 1.0 |
Terakhir Diperbarui | 2016-11-12 |
Tanggal Publikasi | 2016-11-12 |
Penilaian | 5.00/5 Total 1 Penilaian |
Pengembang | udara.weera |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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'" } |