Planet Tab

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

什麼是Planet Tab?

Planet Tab是由Haojen開發的Chrome擴展程式,該擴展的主要功能是“A cool dynamic 3D planet new tab, support Search, Clock and Weather and custom”。

擴展截圖

screenshot
screenshot
screenshot

下載Planet Tab擴展crx文件

下載Planet Tab擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

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

擴展基本資訊

名稱 Planet Tab Planet Tab
ID jcedhcihkblmpjhkbjobchnonaackgjl
官方網址 https://chromewebstore.google.com/detail/planet-tab/jcedhcihkblmpjhkbjobchnonaackgjl
簡介 A cool dynamic 3D planet new tab, support Search, Clock and Weather and custom
檔案大小 23.5 MB
安裝次數 456
目前版本 1.1
更新時間 2022-12-02
上架時間 2022-11-24
評分 5.00/5 共 4 次評分
開發者 Haojen
電子郵箱 [email protected]
付費類型 free
擴展官網 https://haojen.github.io/planet-tab/#/
說明頁面URL https://haojen.github.io/planet-tab/#/help
支援的語言 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"
    ]
}