Planet Tab

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

ما هو Planet Tab؟

Planet Tab هو إضافة Chrome تم تطويرها بواسطة Haojen، والميزة الرئيسية لها هي "A cool dynamic 3D planet new tab, support Search, Clock and Weather and custom".

لقطات شاشة التمديد

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Planet Tab

قم بتنزيل ملفات الامتداد Planet Tab بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://haojen.github.io/planet-tab/#/
عنوان صفحة المساعدة 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"
    ]
}