SnapTab
Say goodbye to hoarded tabs, and say hello to SnapTab! SnapTab's signature "snapshot" feature lets you save all of the tabs…
Qu'est-ce que SnapTab ?
SnapTab est une extension Chrome développée par Andrew Kirillov, et sa fonction principale est "Say goodbye to hoarded tabs, and say hello to SnapTab! SnapTab's signature "snapshot" feature lets you save all of the tabs…".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension SnapTab
Téléchargez les fichiers d'extension SnapTab 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
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.
Informations de Base sur l'Extension
Nom | SnapTab |
ID | iihldjnghemdinkkpmkoafbhlfbplplc |
URL Officiel | https://chromewebstore.google.com/detail/snaptab/iihldjnghemdinkkpmkoafbhlfbplplc |
Description | Say goodbye to hoarded tabs, and say hello to SnapTab! SnapTab's signature "snapshot" feature lets you save all of the tabs… |
Taille du Fichier | 406 KB |
Nombre d'Installations | 27 |
Version Actuelle | 1.0.2 |
Dernière Mise à Jour | 2020-05-07 |
Date de Publication | 2020-05-07 |
Développeur | Andrew Kirillov |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/AndrewKirillo/SnapTab |
Langues Prises en Charge | 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" ] } |