ActionTab New TAB (free ChatGPT)

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

Qu'est-ce que ActionTab New TAB (free ChatGPT) ?

ActionTab New TAB (free ChatGPT) est une extension Chrome développée par https://actiontab.cn, et sa fonction principale est "ActionTab - Start your day with beautiful, smart and efficient new tabs".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension ActionTab New TAB (free ChatGPT)

Téléchargez les fichiers d'extension ActionTab New TAB (free ChatGPT) au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom ActionTab New TAB (free ChatGPT) ActionTab New TAB (free ChatGPT)
ID pogndmjmgddfepdgilgnlhbajmbdidoo
URL Officiel https://chromewebstore.google.com/detail/actiontab-new-tab-free-ch/pogndmjmgddfepdgilgnlhbajmbdidoo
Description ActionTab - Start your day with beautiful, smart and efficient new tabs
Taille du Fichier 13.77 MB
Nombre d'Installations 1,683
Version Actuelle 1.0.3
Dernière Mise à Jour 2023-12-22
Date de Publication 2023-11-14
Évaluation 3.65/5 Total 17 Évaluations
Développeur https://actiontab.cn
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://actiontab.cn
URL de la Page de Politique de Confidentialité https://actiontab.cn/privacy.html
Langues Prises en Charge 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": [
                ""
            ]
        }
    ]
}