History Master
Visualize browsing history, Discover your unknown habits.
Wat is History Master?
History Master is een Chrome-extensie ontwikkeld door jiacai2050, en de belangrijkste functie is "Visualize browsing history, Discover your unknown habits.".
Extensie Screenshots
Download het CRX-bestand van de extensie History Master
Download History Master-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Visualize browsing history, Sync among Chrome/Firefox. https://github.com/jiacai2050/history-master
Basisinformatie over de Extensie
Naam | |
ID | mkfgjjeggnmkbobjmelbjhdchcoadnin |
Officiële URL | https://chrome.google.com/webstore/detail/history-master/mkfgjjeggnmkbobjmelbjhdchcoadnin |
Beschrijving | Visualize browsing history, Discover your unknown habits. |
Bestandsgrootte | 423 KB |
Aantal Installaties | 2,000 |
Huidige Versie | 2.1.5 |
Laatst Bijgewerkt | 2019-05-25 |
Publicatiedatum | 2019-05-25 |
Beoordeling | 3.50/5 Totaal 12 Beoordelingen |
Ontwikkelaar | jiacai2050 |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/jiacai2050/history-master |
Help Pagina-URL | https://github.com/jiacai2050/history-master/issues |
Ondersteunde Talen | 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 } |