CheckPoint
Save currently open browser tabs, and Restore later
Co to jest CheckPoint?
CheckPoint to rozszerzenie Chrome opracowane przez purudpd, a jego główną funkcją jest „Save currently open browser tabs, and Restore later”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia CheckPoint
Pobierz pliki rozszerzeń CheckPoint 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
The extension allows you to save all the currently opened tabs and restore them at any time later. Version-1.3 brings better design
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | ekfpfbmkccjmhanfdgafajkmihbckjhn |
Oficjalny URL | https://chromewebstore.google.com/detail/checkpoint/ekfpfbmkccjmhanfdgafajkmihbckjhn |
Opis | Save currently open browser tabs, and Restore later |
Rozmiar pliku | 204 KB |
Liczba instalacji | 127 |
Aktualna Wersja | 1.3 |
Ostatnia Aktualizacja | 2016-08-25 |
Data Publikacji | 2016-08-24 |
Ocena | 5.00/5 Łącznie 4 Oceny |
Deweloper | purudpd |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "CheckPoint", "description": "Save currently open browser tabs, and Restore later", "version": "1.3", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html", "default_title": "CheckPoint" }, "permissions": [ "activeTab", "https:\/\/ajax.googleapis.com\/", "tabs", "storage" ] } |