JokeBox
Random Joke Generator
什麼是JokeBox?
JokeBox是由Priyanshu Modi開發的Chrome擴展程式,該擴展的主要功能是“Random Joke Generator”。
擴展截圖
下載JokeBox擴展crx文件
下載JokeBox擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
官方網址 | 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" } } } |