JokeBox
Random Joke Generator
Cos'è JokeBox?
JokeBox è un'estensione di Chrome sviluppata da Priyanshu Modi, e la sua funzione principale è "Random Joke Generator".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione JokeBox
Scarica i file di estensione JokeBox 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
JokeBox is a Free One-Click Joke Generator that shows you a fresh joke anytime you wish to read one. It also allows you to post the joke to twitter with a single tap. There is also a dark mode to please your eyes when the lighting is dim. Whether you are steering your way through the never-ending list of LinkedIn posts where everyone is busy sharing their achievements, or working hard to finish a paper whose deadline is approaching, the internet can be stressful sometimes-we know that. That's why we have created JokeBox, to make your stress turn into a laugh with just a click With 200,000+ funny jokes and a clean UI, JokeBox is the gift you want to give yourself.
Informazioni di Base sull'Estensione
Nome | JokeBox |
ID | aaknmcfmalngompbpgmdgemkeonohiec |
URL Ufficiale | https://chromewebstore.google.com/detail/jokebox/aaknmcfmalngompbpgmdgemkeonohiec |
Descrizione | Random Joke Generator |
Dimensione del File | 26.62 MB |
Conteggio Installazioni | 67 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2021-06-15 |
Data di Pubblicazione | 2021-06-15 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | Priyanshu Modi |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "JokeBox", "description": "Random Joke Generator", "version": "1.0", "icons": { "128": "JokeBox128.png", "48": "JokeBox48.png", "16": "JokeBox16.png" }, "action": { "default_popup": "popup.html", "default_icon": { "128": "JokeBox128.png", "48": "JokeBox48.png", "16": "JokeBox16.png" } } } |