ActionTab New TAB (free ChatGPT)

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

¿Qué es ActionTab New TAB (free ChatGPT)?

ActionTab New TAB (free ChatGPT) es una extensión de Chrome desarrollada por https://actiontab.cn, y su función principal es "ActionTab - Start your day with beautiful, smart and efficient new tabs".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión ActionTab New TAB (free ChatGPT)

Descarga archivos de extensión ActionTab New TAB (free ChatGPT) en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre ActionTab New TAB (free ChatGPT) ActionTab New TAB (free ChatGPT)
ID pogndmjmgddfepdgilgnlhbajmbdidoo
URL Oficial https://chromewebstore.google.com/detail/actiontab-new-tab-free-ch/pogndmjmgddfepdgilgnlhbajmbdidoo
Descripción ActionTab - Start your day with beautiful, smart and efficient new tabs
Tamaño del Archivo 13.77 MB
Cantidad de Instalaciones 1,683
Versión Actual 1.0.3
Última Actualización 2023-12-22
Fecha de Publicación 2023-11-14
Calificación 3.65/5 Total de 17 Calificaciones
Desarrollador https://actiontab.cn
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://actiontab.cn
URL de la Página de Política de Privacidad https://actiontab.cn/privacy.html
Idiomas Soportados 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": [
                ""
            ]
        }
    ]
}