CheckPoint
Save currently open browser tabs, and Restore later
What is CheckPoint?
CheckPoint is a Chrome extension developed by purudpd, and its main feature is "Save currently open browser tabs, and Restore later".
Extension Screenshots
Download CheckPoint Extension CRX File
Download CheckPoint extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
The extension allows you to save all the currently opened tabs and restore them at any time later. Version-1.3 brings better design
Extension Basic Information
Name | |
ID | ekfpfbmkccjmhanfdgafajkmihbckjhn |
Official URL | https://chromewebstore.google.com/detail/checkpoint/ekfpfbmkccjmhanfdgafajkmihbckjhn |
Description | Save currently open browser tabs, and Restore later |
File Size | 204 KB |
Installation Count | 127 |
Current Version | 1.3 |
Last Updated | 2016-08-25 |
Publish Date | 2016-08-24 |
Rating | 5.00/5 Total 4 Ratings |
Developer | purudpd |
[email protected] | |
Payment Type | free |
Supported Languages | 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" ] } |