Doge My Site
Add 'MUCH WOW' to any page on the web.
Cos'è Doge My Site?
Doge My Site è un'estensione di Chrome sviluppata da https://michaelsolati.com, e la sua funzione principale è "Add 'MUCH WOW' to any page on the web.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Doge My Site
Scarica i file di estensione Doge My Site 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
Add 'MUCH WOW' to any page on the web. Added ability to change text on website to dogetalk. If you code, please consider contributing https://github.com/MichaelSolati/doge-my-site
Informazioni di Base sull'Estensione
Nome | Doge My Site |
ID | ghefodhmgeofnfpbmjlkglokpgomcodc |
URL Ufficiale | https://chromewebstore.google.com/detail/doge-my-site/ghefodhmgeofnfpbmjlkglokpgomcodc |
Descrizione | Add 'MUCH WOW' to any page on the web. |
Dimensione del File | 699 KB |
Conteggio Installazioni | 4,324 |
Versione Corrente | 0.10.0 |
Ultimo Aggiornamento | 2018-11-10 |
Data di Pubblicazione | 2018-11-09 |
Valutazione | 4.17/5 Totale 35 Valutazioni |
Sviluppatore | https://michaelsolati.com |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://michaelsolati.com/code |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Doge My Site", "version": "0.10.0", "description": "Add 'MUCH WOW' to any page on the web.", "browser_action": { "default_title": "SUCH WOW", "default_icon": "icon.png", "default_popup": "popup.html" }, "background": { "scripts": [ "index.js" ] }, "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*", "storage" ], "icons": { "128": "icon.png" } } |