ActionTab New TAB (free ChatGPT)

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

ActionTab New TAB (free ChatGPT) là gì?

ActionTab New TAB (free ChatGPT) là một tiện ích mở rộng Chrome được phát triển bởi https://actiontab.cn, và tính năng chính của nó là "ActionTab - Start your day with beautiful, smart and efficient new tabs".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng ActionTab New TAB (free ChatGPT)

Tải xuống các tệp mở rộng ActionTab New TAB (free ChatGPT) dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên ActionTab New TAB (free ChatGPT) ActionTab New TAB (free ChatGPT)
ID pogndmjmgddfepdgilgnlhbajmbdidoo
URL Chính Thức https://chromewebstore.google.com/detail/actiontab-new-tab-free-ch/pogndmjmgddfepdgilgnlhbajmbdidoo
Mô tả ActionTab - Start your day with beautiful, smart and efficient new tabs
Kích Thước Tệp 13.77 MB
Số Lần Cài Đặt 1,683
Phiên Bản Hiện Tại 1.0.3
Cập Nhật Lần Cuối 2023-12-22
Ngày Phát Hành 2023-11-14
Đánh Giá 3.65/5 Tổng số 17 Đánh Giá
Nhà Phát Triển https://actiontab.cn
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://actiontab.cn
URL Trang Chính Sách Bảo Mật https://actiontab.cn/privacy.html
Ngôn Ngữ Được Hỗ Trợ 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": [
                ""
            ]
        }
    ]
}