Medium Inside Out
This extension analyzes, and gives a breakdown of the emotional tone of a medium blogpost
Co to jest Medium Inside Out?
Medium Inside Out to rozszerzenie Chrome opracowane przez udara.weera, a jego główną funkcją jest „This extension analyzes, and gives a breakdown of the emotional tone of a medium blogpost”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Medium Inside Out
Pobierz pliki rozszerzeń Medium Inside Out w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | glffdpnmimheaoekjkigadedpmffdfjc |
Oficjalny URL | https://chrome.google.com/webstore/detail/medium-inside-out/glffdpnmimheaoekjkigadedpmffdfjc |
Opis | This extension analyzes, and gives a breakdown of the emotional tone of a medium blogpost |
Rozmiar pliku | 100 KB |
Liczba instalacji | 32 |
Aktualna Wersja | 1.0 |
Ostatnia Aktualizacja | 2016-11-12 |
Data Publikacji | 2016-11-12 |
Ocena | 5.00/5 Łącznie 1 Oceny |
Deweloper | udara.weera |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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'" } |