Show me a duck
Simple extension that show some ducks
Wat is Show me a duck?
Show me a duck is een Chrome-extensie ontwikkeld door Unknown, en de belangrijkste functie is "Simple extension that show some ducks".
Extensie Screenshots
Download het CRX-bestand van de extensie Show me a duck
Download Show me a duck-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
This plugins shows a random picture of a duck, every time you click on the button of show me a duck. Basisinformatie over de Extensie
| Naam | |
| ID | oplfkdjfkhobipacfcibmbpamceihkod |
| Officiële URL | https://chromewebstore.google.com/detail/show-me-a-duck/oplfkdjfkhobipacfcibmbpamceihkod |
| Beschrijving | Simple extension that show some ducks |
| Bestandsgrootte | 12.7 KB |
| Aantal Installaties | 639 |
| Huidige Versie | 1.0 |
| Laatst Bijgewerkt | 2021-10-28 |
| Publicatiedatum | 2021-10-28 |
| Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
| Ontwikkelaar | Unknown |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | 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"
}
} | |