ActionTab New TAB (free ChatGPT)

ActionTab - Start your day with beautiful, smart and efficient new tabs

Apa itu ActionTab New TAB (free ChatGPT)?

ActionTab New TAB (free ChatGPT) adalah ekstensi Chrome yang dikembangkan oleh https://actiontab.cn, dan fitur utamanya adalah "ActionTab - Start your day with beautiful, smart and efficient new tabs".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi ActionTab New TAB (free ChatGPT)

Unduh file ekstensi ActionTab New TAB (free ChatGPT) dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        ActionTab - A beautiful, smart, and efficient new browser TAB. You can customize your browser tabs for you.
Flexible drag and drop layout, beautiful page design can help you quickly create your own personalized TAB page. Display commonly used web pages in the form of app ICONS, so that you can feel the same experience as mobile phones in the computer browser, helping your work and life.                    

Informasi Dasar Ekstensi

Nama ActionTab New TAB (free ChatGPT) ActionTab New TAB (free ChatGPT)
ID pogndmjmgddfepdgilgnlhbajmbdidoo
URL Resmi https://chromewebstore.google.com/detail/actiontab-new-tab-free-ch/pogndmjmgddfepdgilgnlhbajmbdidoo
Deskripsi ActionTab - Start your day with beautiful, smart and efficient new tabs
Ukuran File 13.77 MB
Jumlah Instalasi 1,683
Versi Saat Ini 1.0.3
Terakhir Diperbarui 2023-12-22
Tanggal Publikasi 2023-11-14
Penilaian 3.65/5 Total 17 Penilaian
Pengembang https://actiontab.cn
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://actiontab.cn
URL Halaman Kebijakan Privasi https://actiontab.cn/privacy.html
Bahasa yang Didukung en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "version": "1.0.3",
    "manifest_version": 3,
    "description": "__MSG_description__",
    "background": {
        "service_worker": "worker.js"
    },
    "permissions": [
        "scripting",
        "bookmarks",
        "favicon",
        "notifications"
    ],
    "host_permissions": [
        ""
    ],
    "action": {
        "default_icon": {
            "16": "16.png",
            "32": "32.png"
        }
    },
    "icons": {
        "16": "16.png",
        "32": "32.png",
        "48": "48.png",
        "128": "128.png"
    },
    "default_locale": "en",
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "content_scripts": [
        {
            "js": [
                "app.js",
                "vue.js"
            ],
            "all_frames": false,
            "matches": [
                ""
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "*.css",
                "assets\/*",
                "_favicon\/*"
            ],
            "matches": [
                ""
            ]
        }
    ]
}