History Master
Visualize browsing history, Discover your unknown habits.
What is History Master?
History Master is a Chrome extension developed by jiacai2050, and its main feature is "Visualize browsing history, Discover your unknown habits.".
Extension Screenshots
Download History Master Extension CRX File
Download History Master 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
Visualize browsing history, Sync among Chrome/Firefox. https://github.com/jiacai2050/history-master
Extension Basic Information
Name | |
ID | mkfgjjeggnmkbobjmelbjhdchcoadnin |
Official URL | https://chrome.google.com/webstore/detail/history-master/mkfgjjeggnmkbobjmelbjhdchcoadnin |
Description | Visualize browsing history, Discover your unknown habits. |
File Size | 423 KB |
Installation Count | 2,000 |
Current Version | 2.1.5 |
Last Updated | 2019-05-25 |
Publish Date | 2019-05-25 |
Rating | 3.50/5 Total 12 Ratings |
Developer | jiacai2050 |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/jiacai2050/history-master |
Help Page URL | https://github.com/jiacai2050/history-master/issues |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "History Master", "version": "2.1.5", "description": "Visualize browsing history, Discover your unknown habits.", "background": { "scripts": [ "background.js" ], "persistent": false }, "options_ui": { "page": "option\/index.html", "chrome_style": false, "open_in_tab": true }, "browser_action": { "browser_style": true, "default_icon": { "16": "option\/images\/16.png", "32": "option\/images\/32.png", "64": "option\/images\/64.png", "128": "option\/images\/128.png" }, "default_title": "History Master" }, "icons": { "16": "option\/images\/16.png", "32": "option\/images\/32.png", "64": "option\/images\/64.png", "128": "option\/images\/128.png" }, "permissions": [ "history", "tabs", "downloads", "chrome:\/\/favicon\/" ], "content_security_policy": "default-src 'self'; style-src https:\/\/cdnjs.cloudflare.com 'unsafe-inline'; img-src chrome:\/\/favicon; connect-src ws:\/\/localhost:* ; font-src https:\/\/* ;script-src https:\/\/cdnjs.cloudflare.com 'self' 'unsafe-eval'", "manifest_version": 2 } |