Planet Tab

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

O que é Planet Tab?

Planet Tab é uma extensão do Chrome desenvolvida por Haojen, e sua principal característica é "A cool dynamic 3D planet new tab, support Search, Clock and Weather and custom".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Planet Tab

Baixe arquivos de extensão Planet Tab no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

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

Informações Básicas da Extensão

Nome Planet Tab Planet Tab
ID jcedhcihkblmpjhkbjobchnonaackgjl
URL Oficial https://chromewebstore.google.com/detail/planet-tab/jcedhcihkblmpjhkbjobchnonaackgjl
Descrição A cool dynamic 3D planet new tab, support Search, Clock and Weather and custom
Tamanho do Arquivo 23.5 MB
Contagem de Instalações 456
Versão Atual 1.1
Última Atualização 2022-12-02
Data de Publicação 2022-11-24
Classificação 5.00/5 Total de 4 Avaliações
Desenvolvedor Haojen
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://haojen.github.io/planet-tab/#/
URL da Página de Ajuda https://haojen.github.io/planet-tab/#/help
Idiomas Suportados 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"
    ]
}