Tab Capture
Organize and store browsing tabs
Co to jest Tab Capture?
Tab Capture to rozszerzenie Chrome opracowane przez abhijit.seal, a jego główną funkcją jest „Organize and store browsing tabs”.
Pobierz plik CRX rozszerzenia Tab Capture
Pobierz pliki rozszerzeń Tab Capture w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | dimbnhdhcboeolhledfhoemgldofldnh |
Oficjalny URL | https://chrome.google.com/webstore/detail/tab-capture/dimbnhdhcboeolhledfhoemgldofldnh |
Opis | Organize and store browsing tabs |
Rozmiar pliku | 24.41 KB |
Liczba instalacji | 58 |
Aktualna Wersja | 1.0 |
Ostatnia Aktualizacja | 2015-01-17 |
Data Publikacji | 2015-01-17 |
Deweloper | abhijit.seal |
Typ Płatności | free |
Obsługiwane Języki | 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 } |