SnapTab
Say goodbye to hoarded tabs, and say hello to SnapTab! SnapTab's signature "snapshot" feature lets you save all of the tabs…
Hvad er SnapTab?
SnapTab er en Chrome-udvidelse udviklet af Andrew Kirillov, og dens hovedfunktion er "Say goodbye to hoarded tabs, and say hello to SnapTab! SnapTab's signature "snapshot" feature lets you save all of the tabs…".
Udvidelsesskærmbilleder
Download SnapTab-udvidelses-CRX-fil
Download SnapTab-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | SnapTab |
ID | iihldjnghemdinkkpmkoafbhlfbplplc |
Officiel URL | https://chromewebstore.google.com/detail/snaptab/iihldjnghemdinkkpmkoafbhlfbplplc |
Beskrivelse | Say goodbye to hoarded tabs, and say hello to SnapTab! SnapTab's signature "snapshot" feature lets you save all of the tabs… |
Filstørrelse | 406 KB |
Antal Installationer | 27 |
Nuværende Version | 1.0.2 |
Senest Opdateret | 2020-05-07 |
Udgivelsesdato | 2020-05-07 |
Udvikler | Andrew Kirillov |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://github.com/AndrewKirillo/SnapTab |
Understøttede Sprog | 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" ] } |