JokeBox
Random Joke Generator
Co je JokeBox?
JokeBox je rozšíření Chrome vyvinuté Priyanshu Modi, a jeho hlavní funkcí je „Random Joke Generator“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření JokeBox
Stáhněte si soubory rozšíření JokeBox ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | JokeBox |
ID | aaknmcfmalngompbpgmdgemkeonohiec |
Oficiální URL | https://chromewebstore.google.com/detail/jokebox/aaknmcfmalngompbpgmdgemkeonohiec |
Popis | Random Joke Generator |
Velikost souboru | 26.62 MB |
Počet instalací | 67 |
Aktuální Verze | 1.0 |
Poslední Aktualizace | 2021-06-15 |
Datum Vydání | 2021-06-15 |
Hodnocení | 5.00/5 Celkem 1 Hodnocení |
Vývojář | Priyanshu Modi |
[email protected] | |
Typ Platby | free |
Podporované Jazyky | 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" } } } |