Steem Enhancer
Steem enhancer yay!
Cos'è Steem Enhancer?
Steem Enhancer è un'estensione di Chrome sviluppata da Bartłomiej Górnicki, e la sua funzione principale è "Steem enhancer yay!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Steem Enhancer
Scarica i file di estensione Steem Enhancer in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Simple but powerfull extension to boost your User Experience using Steem blockchain, especially Steemit.com Steem Enhancer lets you follow tags and receive Rich Notifications. You can adjust some settings to get even more. Everything you need to do is to visit extension's Settings Page and type tags you want to follow. Since then you will get Rich Notifications and Sound alerts (disabled by default). Steem Enhancer can notify you when you get new reply to post or comment. All you need to do is to type your username in extensions settings. You don't need to login anywhere.
Informazioni di Base sull'Estensione
Nome | Steem Enhancer |
ID | jbmaggkckojanmapjbggfdcnplaolgij |
URL Ufficiale | https://chromewebstore.google.com/detail/steem-enhancer/jbmaggkckojanmapjbggfdcnplaolgij |
Descrizione | Steem enhancer yay! |
Dimensione del File | 825 KB |
Conteggio Installazioni | 12 |
Versione Corrente | 0.1.17 |
Ultimo Aggiornamento | 2018-07-27 |
Data di Pubblicazione | 2018-07-27 |
Valutazione | 3.67/5 Totale 3 Valutazioni |
Sviluppatore | Bartłomiej Górnicki |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://steemit.com/@technocracy |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "page": "pages\/background.html" }, "browser_action": { "default_icon": "icons\/48.png", "default_popup": "pages\/popup.html" }, "description": "Steem enhancer yay!", "icons": { "128": "icons\/128.png", "16": "icons\/16.png", "48": "icons\/48.png" }, "manifest_version": 2, "name": "Steem Enhancer", "permissions": [ "notifications", "storage" ], "short_name": "Steem Enhancer", "version": "0.1.17", "options_page": "pages\/options.html" } |