ActionTab New TAB (free ChatGPT)

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

什么是ActionTab New TAB (free ChatGPT)?

ActionTab New TAB (free ChatGPT)是由https://actiontab.cn开发的Chrome扩展程序,该扩展的主要功能是“ActionTab - Start your day with beautiful, smart and efficient new tabs”。

扩展截图

screenshot
screenshot
screenshot

下载ActionTab New TAB (free ChatGPT)扩展crx文件

下载ActionTab New TAB (free ChatGPT)扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 ActionTab New TAB (free ChatGPT) ActionTab New TAB (free ChatGPT)
ID pogndmjmgddfepdgilgnlhbajmbdidoo
官方URL https://chromewebstore.google.com/detail/actiontab-new-tab-free-ch/pogndmjmgddfepdgilgnlhbajmbdidoo
简介 ActionTab - Start your day with beautiful, smart and efficient new tabs
文件大小 13.77 MB
安装次数 1,683
当前版本 1.0.3
更新时间 2023-12-22
上架时间 2023-11-14
评分 3.65/5 共17次评分
开发者 https://actiontab.cn
电子邮箱 [email protected]
付费类型 free
扩展官网 https://actiontab.cn
隐私政策页面URL https://actiontab.cn/privacy.html
支持的语言 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": [
                ""
            ]
        }
    ]
}