Steem Assistant
Steem Assistant adds additional functionality and information to Steemit.
Co to jest Steem Assistant?
Steem Assistant to rozszerzenie Chrome opracowane przez steemassistant, a jego główną funkcją jest „Steem Assistant adds additional functionality and information to Steemit.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Steem Assistant
Pobierz pliki rozszerzeń Steem Assistant 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
Steem Assistant provides addition functionality and information directly to the Steemit website. This extensions adds a widget that shows current voting power, wallet balance and reward balance without the need to visit the wallet page.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | ddlmgpcjofhdpejjjnegoilemileldfe |
Oficjalny URL | https://chrome.google.com/webstore/detail/steem-assistant/ddlmgpcjofhdpejjjnegoilemileldfe |
Opis | Steem Assistant adds additional functionality and information to Steemit. |
Rozmiar pliku | 182 KB |
Liczba instalacji | 18 |
Aktualna Wersja | 1.5.2 |
Ostatnia Aktualizacja | 2018-01-14 |
Data Publikacji | 2018-01-14 |
Deweloper | steemassistant |
[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": "Steem Assistant", "short_name": "SteemAssistant", "version": "1.5.2", "description": "Steem Assistant adds additional functionality and information to Steemit.", "icons": { "16": "img\/icon.png", "48": "img\/icon48.png", "128": "img\/icon128.png" }, "browser_action": { "default_icon": "img\/icon.png", "default_popup": "popup.html", "default_title": "Steem Assistant" }, "content_scripts": [ { "matches": [ "https:\/\/steemit.com\/*", "http:\/\/steemit.com\/*", "https:\/\/mspsteem.com\/*", "http:\/\/mspsteem.com\/*" ], "all_frames": true, "css": [ "css\/style.css" ], "js": [ "js\/jquery-3.2.1.min.js", "js\/steem.min.js", "js\/content.js" ] } ], "permissions": [ "storage" ] } |