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
公式URL 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
Eメール [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"
    ]
}