WanderTab
Inspiring start page. With weather, date, search, bookmarks, customizable services, light effects and a gallery of pictures.
WanderTabとは何ですか?
WanderTabはivan_kによって開発されたChromeの拡張機能で、その主な機能は「Inspiring start page. With weather, date, search, bookmarks, customizable services, light effects and a gallery of pictures.」です。
拡張機能のスクリーンショット
WanderTab拡張機能のCRXファイルをダウンロード
WanderTab拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
The most necessary features are on the home page. Uploading your own images or short videos to the gallery with settings, light background effects, a search bar and the most popular search engines, a bookmark access panel, date and weather information, adding links to popular resources. 拡張機能の基本情報
| 名前 | |
| ID | olanlgoodpbboahjiphkihhalnbdchjm |
| 公式URL | https://chromewebstore.google.com/detail/wandertab/olanlgoodpbboahjiphkihhalnbdchjm |
| 説明 | Inspiring start page. With weather, date, search, bookmarks, customizable services, light effects and a gallery of pictures. |
| ファイルサイズ | 427 KB |
| インストール数 | 135 |
| 現在のバージョン | 1.16.1 |
| 最終更新日 | 2023-03-13 |
| 公開日 | 2021-12-05 |
| 評価 | 5.00/5 合計 7 レビュー |
| 開発者 | ivan_k |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://k-ivan.github.io/ |
| 対応言語 | en,ru |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"default_locale": "en",
"name": "__MSG_extension_name__",
"description": "__MSG_extension_description__",
"version": "1.16.1",
"chrome_url_overrides": {
"newtab": "newtab.html"
},
"icons": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"action": {
"default_title": "__MSG_extension_name__"
},
"host_permissions": [
"https:\/\/google.com\/*"
],
"permissions": [
"geolocation",
"storage",
"unlimitedStorage",
"tabs"
],
"optional_permissions": [
"bookmarks"
],
"background": {
"service_worker": "background.js"
},
"offline_enabled": true
} | |