Steemification - Notifications for Steemit
Display desktop notifications once new votes and comments on Steemit.com are available
Co to jest Steemification - Notifications for Steemit?
Steemification - Notifications for Steemit to rozszerzenie Chrome opracowane przez steemification, a jego główną funkcją jest „Display desktop notifications once new votes and comments on Steemit.com are available”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Steemification - Notifications for Steemit
Pobierz pliki rozszerzeń Steemification - Notifications for Steemit 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
Steemification offers the long missing notifications from the social media platform steemit.com. The development is ongoing and the extension will be improved over time. Getting started: #1 install the extension #2 click on the steemit icon in your browser bar #3 enter your account data #4 let the notifications roll in Any feedback for the notification may be posted via: https://steemit.com/@fleuri on the related blog post.
Podstawowe informacje o rozszerzeniu
Nazwa | Steemification - Notifications for Steemit |
ID | blnmejicejbkcdebiobgfpjhopoahmen |
Oficjalny URL | https://chromewebstore.google.com/detail/steemification-notificati/blnmejicejbkcdebiobgfpjhopoahmen |
Opis | Display desktop notifications once new votes and comments on Steemit.com are available |
Rozmiar pliku | 45.89 KB |
Liczba instalacji | 264 |
Aktualna Wersja | 1.4 |
Ostatnia Aktualizacja | 2016-07-28 |
Data Publikacji | 2016-07-28 |
Ocena | 3.83/5 Łącznie 12 Oceny |
Deweloper | steemification |
Typ Płatności | free |
Strona Rozszerzenia | https://steemit.com |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Steemification - Notifications for Steemit", "short_name": "Steemification", "version": "1.4", "description": "Display desktop notifications once new votes and comments on Steemit.com are available", "icons": { "16": "16.png", "48": "48.png", "128": "128.png" }, "permissions": [ "notifications" ], "options_page": "options.html", "options_ui": { "page": "options.html" }, "background": { "scripts": [ "background.js", "steem-rpc.js" ] }, "manifest_version": 2, "web_accessible_resources": [ "48.png" ], "browser_action": { "default_icon": "48.png", "default_popup": "options.html" } } |