GraphiTabs

Your tabs in order. Smart way to organize your web.

Qu'est-ce que GraphiTabs ?

GraphiTabs est une extension Chrome développée par https://graphiy.com, et sa fonction principale est "Your tabs in order. Smart way to organize your web.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension GraphiTabs

Téléchargez les fichiers d'extension GraphiTabs 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

                        GraphiTabs extension helps to perform deep tabs management with ease.                    

Informations de Base sur l'Extension

Nom GraphiTabs GraphiTabs
ID dcfclemgmkccmnpgnldhldjmflphkimp
URL Officiel https://chromewebstore.google.com/detail/graphitabs/dcfclemgmkccmnpgnldhldjmflphkimp
Description Your tabs in order. Smart way to organize your web.
Taille du Fichier 1.19 MB
Nombre d'Installations 10,000
Version Actuelle 0.1.1
Dernière Mise à Jour 2020-01-31
Date de Publication 2020-01-30
Évaluation 4.32/5 Total 107 Évaluations
Développeur https://graphiy.com
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "GraphiTabs",
    "version": "0.1.1",
    "description": "Your tabs in order. Smart way to organize your web.",
    "icons": {
        "16": "\/res\/image\/logo\/16.png",
        "48": "\/res\/image\/logo\/48.png",
        "128": "\/res\/image\/logo\/128.png"
    },
    "browser_action": {
        "default_icon": "\/res\/image\/logo\/19.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "storage",
        "tabs",
        "bookmarks"
    ]
}