WanderTab

Inspiring start page. With weather, date, search, bookmarks, customizable services, light effects and a gallery of pictures.

WanderTab là gì?

WanderTab là một tiện ích mở rộng Chrome được phát triển bởi ivan_k, và tính năng chính của nó là "Inspiring start page. With weather, date, search, bookmarks, customizable services, light effects and a gallery of pictures.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng WanderTab

Tải xuống các tệp mở rộng WanderTab dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên WanderTab WanderTab
ID olanlgoodpbboahjiphkihhalnbdchjm
URL Chính Thức https://chromewebstore.google.com/detail/wandertab/olanlgoodpbboahjiphkihhalnbdchjm
Mô tả Inspiring start page. With weather, date, search, bookmarks, customizable services, light effects and a gallery of pictures.
Kích Thước Tệp 427 KB
Số Lần Cài Đặt 135
Phiên Bản Hiện Tại 1.16.1
Cập Nhật Lần Cuối 2023-03-13
Ngày Phát Hành 2021-12-05
Đánh Giá 5.00/5 Tổng số 7 Đánh Giá
Nhà Phát Triển ivan_k
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://k-ivan.github.io/
Ngôn Ngữ Được Hỗ Trợ 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
}