SnapTab

Say goodbye to hoarded tabs, and say hello to SnapTab! SnapTab's signature "snapshot" feature lets you save all of the tabs…

Was ist SnapTab?

SnapTab ist eine Chrome-Erweiterung, die von Andrew Kirillov entwickelt wurde, und ihr Hauptmerkmal ist "Say goodbye to hoarded tabs, and say hello to SnapTab! SnapTab's signature "snapshot" feature lets you save all of the tabs…".

Erweiterungsscreenshots

screenshot

SnapTab-Erweiterungs-CRX-Datei herunterladen

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

                        Say goodbye to hoarded tabs, and say hello to SnapTab! SnapTab's signature "snapshot" feature lets you save all of the tabs currently in your browser window with one click. You can access and edit your snapshots from SnapTab's intuitive dashboard for later use.                    

Grundlegende Informationen zur Erweiterung

Name SnapTab SnapTab
ID iihldjnghemdinkkpmkoafbhlfbplplc
Offizielle URL https://chromewebstore.google.com/detail/snaptab/iihldjnghemdinkkpmkoafbhlfbplplc
Beschreibung Say goodbye to hoarded tabs, and say hello to SnapTab! SnapTab's signature "snapshot" feature lets you save all of the tabs…
Dateigröße 406 KB
Installationsanzahl 27
Aktuelle Version 1.0.2
Letztes Update 2020-05-07
Veröffentlichungsdatum 2020-05-07
Entwickler Andrew Kirillov
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://github.com/AndrewKirillo/SnapTab
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "SnapTab",
    "version": "1.0.2",
    "manifest_version": 2,
    "author": "Andrew Kirillov",
    "browser_action": {
        "default_icon": "SnapTab_logo_128.png",
        "default_title": "SnapTab",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "SnapTab_logo_16.png",
        "48": "SnapTab_logo_48.png",
        "128": "SnapTab_logo_128.png"
    },
    "permissions": [
        "storage",
        "unlimitedStorage",
        "tabs"
    ]
}