CheckPoint
Save currently open browser tabs, and Restore later
Cos'è CheckPoint?
CheckPoint è un'estensione di Chrome sviluppata da purudpd, e la sua funzione principale è "Save currently open browser tabs, and Restore later".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione CheckPoint
Scarica i file di estensione CheckPoint in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
The extension allows you to save all the currently opened tabs and restore them at any time later. Version-1.3 brings better design
Informazioni di Base sull'Estensione
Nome | |
ID | ekfpfbmkccjmhanfdgafajkmihbckjhn |
URL Ufficiale | https://chromewebstore.google.com/detail/checkpoint/ekfpfbmkccjmhanfdgafajkmihbckjhn |
Descrizione | Save currently open browser tabs, and Restore later |
Dimensione del File | 204 KB |
Conteggio Installazioni | 127 |
Versione Corrente | 1.3 |
Ultimo Aggiornamento | 2016-08-25 |
Data di Pubblicazione | 2016-08-24 |
Valutazione | 5.00/5 Totale 4 Valutazioni |
Sviluppatore | purudpd |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } |