Tab Capture
Organize and store browsing tabs
Wat is Tab Capture?
Tab Capture is een Chrome-extensie ontwikkeld door abhijit.seal, en de belangrijkste functie is "Organize and store browsing tabs".
Download het CRX-bestand van de extensie Tab Capture
Download Tab Capture-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Using Tab capture you can record the tabs and open at a later time on any computer. You can also store the record as bookmark. With this extension, you never have to remember an url again or don't have to clutter the bookmark
Basisinformatie over de Extensie
Naam | |
ID | dimbnhdhcboeolhledfhoemgldofldnh |
Officiële URL | https://chrome.google.com/webstore/detail/tab-capture/dimbnhdhcboeolhledfhoemgldofldnh |
Beschrijving | Organize and store browsing tabs |
Bestandsgrootte | 24.41 KB |
Aantal Installaties | 58 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2015-01-17 |
Publicatiedatum | 2015-01-17 |
Ontwikkelaar | abhijit.seal |
Betalingswijze | free |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Tab Capture", "version": "1.0", "description": "Organize and store browsing tabs", "permissions": [ "activeTab", "tabs", "storage", "bookmarks" ], "browser_action": { "default_popup": "tabcap.html", "default_title": "TabCapture" }, "icons": { "128": "tabCapture-128.png" }, "manifest_version": 2 } |