Planet Tab

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

Qu'est-ce que Planet Tab ?

Planet Tab est une extension Chrome développée par Haojen, et sa fonction principale est "A cool dynamic 3D planet new tab, support Search, Clock and Weather and custom".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Planet Tab

Téléchargez les fichiers d'extension Planet Tab au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Planet Tab Planet Tab
ID jcedhcihkblmpjhkbjobchnonaackgjl
URL Officiel https://chromewebstore.google.com/detail/planet-tab/jcedhcihkblmpjhkbjobchnonaackgjl
Description A cool dynamic 3D planet new tab, support Search, Clock and Weather and custom
Taille du Fichier 23.5 MB
Nombre d'Installations 456
Version Actuelle 1.1
Dernière Mise à Jour 2022-12-02
Date de Publication 2022-11-24
Évaluation 5.00/5 Total 4 Évaluations
Développeur Haojen
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://haojen.github.io/planet-tab/#/
URL de la Page d'Aide https://haojen.github.io/planet-tab/#/help
Langues Prises en Charge 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"
    ]
}