Joke Extension
A Chrome extension that tells jokes.
Vad är Joke Extension?
Joke Extension är en Chrome-tillägg utvecklad av Sandeep Mondal, och dess huvudfunktion är "A Chrome extension that tells jokes.".
Tilläggsskärmbilder
Ladda ner Joke Extension-förlängningens CRX-fil
Ladda ner Joke Extension-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
The "Joke Extension" is a fun Chrome extension that delivers a dose of humor with just a click. Get ready to laugh as it presents a collection of random jokes right in your browser, bringing a smile to your face whenever you need it. Grundläggande Information om Tillägg
| Namn | |
| ID | bmgohkkommkpjgegjochhjcabbmkembj |
| Officiell webbadress | https://chromewebstore.google.com/detail/joke-extension/bmgohkkommkpjgegjochhjcabbmkembj |
| Beskrivning | A Chrome extension that tells jokes. |
| Filstorlek | 26.65 KB |
| Antal Installationer | 44 |
| Aktuell Version | 1.0 |
| Senast Uppdaterad | 2023-06-23 |
| Publiceringsdatum | 2023-06-23 |
| Betyg | 5.00/5 Totalt 2 Betyg |
| Utvecklare | Sandeep Mondal |
| E-post | [email protected] |
| Betalningssätt | free |
| URL till Sekretesspolicy Sidan | https://smondal1008.my.canva.site/jokes-extension-privacy-policy |
| Stödda Språk | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Joke Extension",
"version": "1.0",
"description": "A Chrome extension that tells jokes.",
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"action": {
"default_popup": "popup.html",
"default_icon": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
}
}
} | |