Comic Doge
Dogeifies the current page
Cos'è Comic Doge?
Comic Doge è un'estensione di Chrome sviluppata da Zack Guard, e la sua funzione principale è "Dogeifies the current page".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Comic Doge
Scarica i file di estensione Comic Doge 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
Comic Doge dogeifies the current page. It changes all the fonts to Comic Sans and all the images to pictures of Shibe. Very meme. Such comic. Many doge.
Informazioni di Base sull'Estensione
Nome | |
ID | aihlgelmihpijkklapkkkdbcgcnniamc |
URL Ufficiale | https://chromewebstore.google.com/detail/comic-doge/aihlgelmihpijkklapkkkdbcgcnniamc |
Descrizione | Dogeifies the current page |
Dimensione del File | 12.96 KB |
Conteggio Installazioni | 221 |
Versione Corrente | 0.4 |
Ultimo Aggiornamento | 2014-01-09 |
Data di Pubblicazione | 2014-01-08 |
Valutazione | 4.67/5 Totale 9 Valutazioni |
Sviluppatore | Zack Guard |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "Zachary Guard", "background": { "persistent": false, "scripts": [ "elwin.js" ] }, "browser_action": { "default_icon": "img\/19.png", "default_title": "Comic Doge" }, "description": "Dogeifies the current page", "icons": { "128": "img\/128.png", "16": "img\/16.png", "48": "img\/48.png" }, "manifest_version": 2, "name": "Comic Doge", "permissions": [ "activeTab" ], "version": "0.4" } |