Simple History Manager
A simple Chrome history manager.
What is Simple History Manager?
Simple History Manager is a Chrome extension developed by https://guokai.dev, and its main feature is "A simple Chrome history manager.".
Extension Screenshots
Download Simple History Manager Extension CRX File
Download Simple History Manager 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
This extension will replace Chrome's default history manager. It can search or clear browsing history by date range. How to use: • Click this extension's icon • Click menu item from Chrome -> History -> Show Full History • Use Chrome keyboard shortcuts, Windows/Linux is Ctrl + h, Mac is ⌘ + y It supports dark/light theme automatically. Visit https://guokai.dev/ to see all extensions created by me.
Extension Basic Information
Name | Simple History Manager |
ID | cojehmillnknijdaddcpngglfjmillmg |
Official URL | https://chromewebstore.google.com/detail/simple-history-manager/cojehmillnknijdaddcpngglfjmillmg |
Description | A simple Chrome history manager. |
File Size | 76.31 KB |
Installation Count | 2,330 |
Current Version | 1.3.0 |
Last Updated | 2023-08-25 |
Publish Date | 2020-03-31 |
Rating | 4.54/5 Total 13 Ratings |
Developer | https://guokai.dev |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://guokai.dev/privacy |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Simple History Manager", "version": "1.3.0", "author": "Guokai Han", "manifest_version": 3, "description": "A simple Chrome history manager.", "offline_enabled": true, "minimum_chrome_version": "104", "icons": { "16": "icon\/16.png", "48": "icon\/48.png", "128": "icon\/128.png" }, "chrome_url_overrides": { "history": "history.html" }, "action": [], "background": { "service_worker": "background.js" }, "permissions": [ "history", "storage", "sessions", "tabs", "favicon" ] } |