WanderTab
Inspiring start page. With weather, date, search, bookmarks, customizable services, light effects and a gallery of pictures.
WanderTab क्या है?
WanderTab ivan_k द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Inspiring start page. With weather, date, search, bookmarks, customizable services, light effects and a gallery of pictures."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में WanderTab एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 } |