History Keeper
Keeping deleted and visited url history
What is History Keeper?
History Keeper is a Chrome extension developed by browserinspector, and its main feature is "Keeping deleted and visited url history".
Extension Screenshots
Download History Keeper Extension CRX File
Download History Keeper 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
To keeper your visited and deleted url history
Extension Basic Information
Name | History Keeper |
ID | gebpccdpnkhendljmgniflcjbcopoaag |
Official URL | https://chromewebstore.google.com/detail/history-keeper/gebpccdpnkhendljmgniflcjbcopoaag |
Description | Keeping deleted and visited url history |
File Size | 11.36 KB |
Installation Count | 543 |
Current Version | 1.2 |
Last Updated | 2020-05-04 |
Publish Date | 2020-05-04 |
Rating | 5.00/5 Total 1 Ratings |
Developer | browserinspector |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "History Keeper", "version": "1.2", "description": "Keeping deleted and visited url history", "permissions": [ "storage", "history" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_popup": "deletedUrls.html", "default_icon": "images\/get_started48.png" }, "icons": { "16": "images\/get_started16.png", "48": "images\/get_started48.png", "128": "images\/get_started128.png" }, "manifest_version": 2 } |