Joke Extension
A Chrome extension that tells jokes.
Joke Extensionとは何ですか?
Joke ExtensionはSandeep Mondalによって開発されたChromeの拡張機能で、その主な機能は「A Chrome extension that tells jokes.」です。
拡張機能のスクリーンショット
Joke Extension拡張機能のCRXファイルをダウンロード
Joke Extension拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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.
拡張機能の基本情報
名前 | Joke Extension |
ID | bmgohkkommkpjgegjochhjcabbmkembj |
公式URL | https://chromewebstore.google.com/detail/joke-extension/bmgohkkommkpjgegjochhjcabbmkembj |
説明 | A Chrome extension that tells jokes. |
ファイルサイズ | 26.65 KB |
インストール数 | 44 |
現在のバージョン | 1.0 |
最終更新日 | 2023-06-23 |
公開日 | 2023-06-23 |
評価 | 5.00/5 合計 2 レビュー |
開発者 | Sandeep Mondal |
Eメール | [email protected] |
支払い方法 | free |
プライバシーポリシーページのURL | https://smondal1008.my.canva.site/jokes-extension-privacy-policy |
対応言語 | 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" } } } |