JokeBox
Random Joke Generator
JokeBox क्या है?
JokeBox Priyanshu Modi द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Random Joke Generator"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में JokeBox एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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.
एक्सटेंशन की मूल जानकारी
नाम | JokeBox |
ID | aaknmcfmalngompbpgmdgemkeonohiec |
आधिकारिक URL | https://chromewebstore.google.com/detail/jokebox/aaknmcfmalngompbpgmdgemkeonohiec |
विवरण | Random Joke Generator |
फ़ाइल का आकार | 26.62 MB |
स्थापना संख्या | 67 |
वर्तमान संस्करण | 1.0 |
अंतिम अपडेट | 2021-06-15 |
प्रकाशन तिथि | 2021-06-15 |
रेटिंग | 5.00/5 कुल 1 रेटिंग्स |
डेवलपर | Priyanshu Modi |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | 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" } } } |