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
Eメール [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": [
                ""
            ]
        }
    ]
}