History Analyzer
View statistics of your chrome browser history.
Vad är History Analyzer?
History Analyzer är en Chrome-tillägg utvecklad av fatimeseelimi, och dess huvudfunktion är "View statistics of your chrome browser history.".
Tilläggsskärmbilder
Ladda ner History Analyzer-förlängningens CRX-fil
Ladda ner History Analyzer-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
View statistics of the pages you've visited in chrome's new tab. This is an initial proof of concept app, we will be updating the extension with more advanced features and optimize the performance.
Grundläggande Information om Tillägg
Namn | |
ID | ffinijbioflfopelgkhlaiphpmdembig |
Officiell webbadress | https://chrome.google.com/webstore/detail/history-analyzer/ffinijbioflfopelgkhlaiphpmdembig |
Beskrivning | View statistics of your chrome browser history. |
Filstorlek | 66.92 KB |
Antal Installationer | 161 |
Aktuell Version | 1 |
Senast Uppdaterad | 2018-09-09 |
Publiceringsdatum | 2018-09-09 |
Betyg | 5.00/5 Totalt 3 Betyg |
Utvecklare | fatimeseelimi |
Betalningssätt | free |
Stödda Språk | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "History Analyzer", "description": "View statistics of your chrome browser history.", "version": "1", "author": "Fatime Selimi", "browser_action": { "default_title": "Have a good day" }, "chrome_url_overrides": { "newtab": "newtab.html" }, "permissions": [ "activeTab", "history" ], "options_page": "newtab.html", "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'" } |