Planet Tab

A cool dynamic 3D planet new tab, support Search, Clock and Weather and custom

Planet Tab là gì?

Planet Tab là một tiện ích mở rộng Chrome được phát triển bởi Haojen, và tính năng chính của nó là "A cool dynamic 3D planet new tab, support Search, Clock and Weather and custom".

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

screenshot
screenshot
screenshot

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

Tải xuống các tệp mở rộng Planet Tab 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

                        Multiple planets you can choose what you like and custom them. support custom the clock style and compatible with Vimkey.                    

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

Tên Planet Tab Planet Tab
ID jcedhcihkblmpjhkbjobchnonaackgjl
URL Chính Thức https://chromewebstore.google.com/detail/planet-tab/jcedhcihkblmpjhkbjobchnonaackgjl
Mô tả A cool dynamic 3D planet new tab, support Search, Clock and Weather and custom
Kích Thước Tệp 23.5 MB
Số Lần Cài Đặt 456
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2022-12-02
Ngày Phát Hành 2022-11-24
Đánh Giá 5.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển Haojen
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://haojen.github.io/planet-tab/#/
URL Trang Trợ Giúp https://haojen.github.io/planet-tab/#/help
Ngôn Ngữ Được Hỗ Trợ en
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.1",
    "icons": {
        "48": "images\/icon-browser-48.png",
        "96": "images\/icon-browser-96.png",
        "128": "images\/icon-browser-128.png",
        "256": "images\/icon-browser-256.png",
        "512": "images\/icon-browser-512.png"
    },
    "chrome_url_overrides": {
        "newtab": "tab.html"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/icon-toolbar-16.png",
            "19": "images\/icon-toolbar-19.png",
            "32": "images\/icon-toolbar-32.png",
            "38": "images\/icon-toolbar-38.png",
            "48": "images\/icon-toolbar-48.png",
            "72": "images\/icon-toolbar-72.png"
        }
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "run_at": "document_end",
            "all_frames": false,
            "js": [
                "content.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "permissions": [
        "favicon",
        "storage",
        "activeTab",
        "bookmarks"
    ]
}