GraphiTabs

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

Was ist GraphiTabs?

GraphiTabs ist eine Chrome-Erweiterung, die von https://graphiy.com entwickelt wurde, und ihr Hauptmerkmal ist "Your tabs in order. Smart way to organize your web.".

Erweiterungsscreenshots

screenshot
screenshot

GraphiTabs-Erweiterungs-CRX-Datei herunterladen

Laden Sie GraphiTabs-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        GraphiTabs extension helps to perform deep tabs management with ease.                    

Grundlegende Informationen zur Erweiterung

Name GraphiTabs GraphiTabs
ID dcfclemgmkccmnpgnldhldjmflphkimp
Offizielle URL https://chromewebstore.google.com/detail/graphitabs/dcfclemgmkccmnpgnldhldjmflphkimp
Beschreibung Your tabs in order. Smart way to organize your web.
Dateigröße 1.19 MB
Installationsanzahl 10,000
Aktuelle Version 0.1.1
Letztes Update 2020-01-31
Veröffentlichungsdatum 2020-01-30
Bewertung 4.32/5 Insgesamt 107 Bewertungen
Entwickler https://graphiy.com
Zahlungsart free
Unterstützte Sprachen 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"
    ]
}