Tabbi

Bookmarks, Front And Center

Was ist Tabbi?

Tabbi ist eine Chrome-Erweiterung, die von https://12px.io entwickelt wurde, und ihr Hauptmerkmal ist "Bookmarks, Front And Center".

Erweiterungsscreenshots

screenshot

Tabbi-Erweiterungs-CRX-Datei herunterladen

Laden Sie Tabbi-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

                        Tabbi Bookmarks: A new new tab.

Tabbi replaces chrome's new tab page with a new one that is much more bookmark focused, allowing you to find what you need quickly and open it when you need it.

Tabbi also supports saving all of your tabs in one go into a special bookmark board called a "session".                    

Grundlegende Informationen zur Erweiterung

Name Tabbi Tabbi
ID ilonjmcjjkcnhndjfkaoekocdfhedlfd
Offizielle URL https://chromewebstore.google.com/detail/tabbi/ilonjmcjjkcnhndjfkaoekocdfhedlfd
Beschreibung Bookmarks, Front And Center
Dateigröße 319 KB
Installationsanzahl 30
Aktuelle Version 1.0.0.3
Letztes Update 2018-10-06
Veröffentlichungsdatum 2018-10-05
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler https://12px.io
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://tabbi.12px.io
Hilfeseite URL https://github.com/12px/tabbi
URL der Datenschutzrichtlinien-Seite https://github.com/pixelcrisis/turntable-tweaks/blob/main/Privacy.md
Unterstützte Sprachen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Tabbi",
    "version": "1.0.0.3",
    "description": "Bookmarks, Front And Center",
    "manifest_version": 2,
    "icons": {
        "128": "icon.png"
    },
    "browser_action": {
        "default_popup": "app\/index.html?popup=true",
        "default_icon": {
            "128": "icon.png"
        }
    },
    "permissions": [
        "tabs",
        "identity",
        "storage"
    ],
    "chrome_url_overrides": {
        "newtab": "app\/index.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/apis.google.com; object-src 'self'",
    "oauth2": {
        "client_id": "645077009967-qhq77o1l3qgnijjor0ap9vtbvrtq0st2.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/drive.appdata"
        ]
    }
}