Jokes and Smiles - New Tab
Bring a smile to your face on every new tab with jokes!
Jokes and Smiles - New Tabとは何ですか?
Jokes and Smiles - New TabはSandeep Mondalによって開発されたChromeの拡張機能で、その主な機能は「Bring a smile to your face on every new tab with jokes!」です。
拡張機能のスクリーンショット
Jokes and Smiles - New Tab拡張機能のCRXファイルをダウンロード
Jokes and Smiles - New Tab拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Introducing the Jokes and Smiles Extension – the ultimate way to infuse your browsing experience with endless joy and laughter. Elevate your mood and brighten your day with every new tab you open.
😆 Get Ready to Laugh: With a delightful collection of jokes and witty one-liners, every time you open a new tab, prepare to be greeted by a burst of humor that will instantly brighten your day. Our carefully curated selection guarantees a positive and enjoyable experience for users seeking a touch of lighthearted entertainment.
🌄 Visual Delights Await: Jokes and Smiles Extension also treats your eyes to a visual feast with its stunning background images, creating a serene and visually appealing environment as you navigate the web.
🔍 Effortless Browsing: Streamline your online journeys with a convenient search bar always at your fingertips. Whether you're hunting for information or a quick dose of humor, our extension has you covered.
Start each day with a chuckle, as Jokes and Smiles Extension ensures that your browsing sessions are filled with laughter, amusement, and a positive mood. Upgrade your browsing experience with Jokes and Smiles Extension today and witness how the power of jokes can transform your day, one tab at a time. 拡張機能の基本情報
| 名前 | |
| ID | geielikfimhckcffdlhihkhlfmlbllem |
| 公式URL | https://chromewebstore.google.com/detail/jokes-and-smiles-new-tab/geielikfimhckcffdlhihkhlfmlbllem |
| 説明 | Bring a smile to your face on every new tab with jokes! |
| ファイルサイズ | 44.89 MB |
| インストール数 | 1,000 |
| 現在のバージョン | 1.21 |
| 最終更新日 | 2023-10-13 |
| 公開日 | 2023-06-27 |
| 評価 | 5.00/5 合計 15 レビュー |
| 開発者 | Sandeep Mondal |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://smondal1008.my.canva.site/jokes-extension |
| プライバシーポリシーページのURL | https://smondal1008.my.canva.site/jokes-extension-privacy-policy |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Jokes and Smiles - New Tab",
"version": "1.21",
"manifest_version": 3,
"description": "Bring a smile to your face on every new tab with jokes!",
"permissions": [
"tabs",
"storage"
],
"background": {
"service_worker": "background.js",
"type": "module"
},
"icons": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"chrome_url_overrides": {
"newtab": "newTab.html"
}
} | |