WanderTab
Inspiring start page. With weather, date, search, bookmarks, customizable services, light effects and a gallery of pictures.
WanderTabคืออะไร?
WanderTab เป็นส่วนขยายของ Chrome ที่พัฒนาโดย ivan_k และคุณลักษณะหลักของมันคือ "Inspiring start page. With weather, date, search, bookmarks, customizable services, light effects and a gallery of pictures."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย WanderTab
ดาวน์โหลดไฟล์ส่วนขยาย 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.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | WanderTab |
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 |
อีเมล | [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 } |