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) เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://actiontab.cn และคุณลักษณะหลักของมันคือ "ActionTab - Start your day with beautiful, smart and efficient new tabs"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย ActionTab New TAB (free ChatGPT)

ดาวน์โหลดไฟล์ส่วนขยาย 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": [
                ""
            ]
        }
    ]
}