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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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'" } |