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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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": [
                ""
            ]
        }
    ]
}