Show me a duck
Simple extension that show some ducks
Cos'è Show me a duck?
Show me a duck è un'estensione di Chrome sviluppata da Unknown, e la sua funzione principale è "Simple extension that show some ducks".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Show me a duck
Scarica i file di estensione Show me a duck 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
This plugins shows a random picture of a duck, every time you click on the button of show me a duck.
Informazioni di Base sull'Estensione
Nome | Show me a duck |
ID | oplfkdjfkhobipacfcibmbpamceihkod |
URL Ufficiale | https://chromewebstore.google.com/detail/show-me-a-duck/oplfkdjfkhobipacfcibmbpamceihkod |
Descrizione | Simple extension that show some ducks |
Dimensione del File | 12.7 KB |
Conteggio Installazioni | 639 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2021-10-28 |
Data di Pubblicazione | 2021-10-28 |
Valutazione | 5.00/5 Totale 2 Valutazioni |
Sviluppatore | Unknown |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Show me a duck", "description": "Simple extension that show some ducks", "version": "1.0", "manifest_version": 3, "background": { "service_worker": "background.js" }, "host_permissions": [ "https:\/\/random-d.uk\/*" ], "action": { "default_popup": "popup.html", "default_icon": { "16": "\/images\/get_started16.png", "32": "\/images\/get_started32.png", "48": "\/images\/get_started48.png", "128": "\/images\/get_started128.png" } }, "icons": { "16": "\/images\/get_started16.png", "32": "\/images\/get_started32.png", "48": "\/images\/get_started48.png", "128": "\/images\/get_started128.png" } } |