DADO
Randomly discover the most inspiring designers & agencies
Cos'è DADO?
DADO è un'estensione di Chrome sviluppata da https://marcozani.xyz, e la sua funzione principale è "Randomly discover the most inspiring designers & agencies".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione DADO
Scarica i file di estensione DADO 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
Roll the dice to browse through the curated list of awesome websites
Informazioni di Base sull'Estensione
Nome | DADO |
ID | akkhlkibihbaekfemhnigplenjbfikhp |
URL Ufficiale | https://chromewebstore.google.com/detail/dado/akkhlkibihbaekfemhnigplenjbfikhp |
Descrizione | Randomly discover the most inspiring designers & agencies |
Dimensione del File | 29.72 KB |
Conteggio Installazioni | 51 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2015-12-30 |
Data di Pubblicazione | 2015-12-30 |
Valutazione | 4.67/5 Totale 3 Valutazioni |
Sviluppatore | https://marcozani.xyz |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "DADO", "description": "Randomly discover the most inspiring designers & agencies", "version": "1.0", "background": { "scripts": [ "background.js" ] }, "permissions": [ "tabs" ], "browser_action": { "default_title": "DADO", "default_icon": "dado.png" }, "icons": { "16": "16.png", "48": "48.png", "128": "128.png" }, "manifest_version": 2 } |