Browsed
Reads your history and reports what you have been browsing last day, week and month (with count per domain).
Wat is Browsed?
Browsed is een Chrome-extensie ontwikkeld door justaman, en de belangrijkste functie is "Reads your history and reports what you have been browsing last day, week and month (with count per domain).".
Extensie Screenshots
Download het CRX-bestand van de extensie Browsed
Download Browsed-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
Have you ever wondered about your real browsing habits? like what pages you see and how often? I wanted to get an idea of my real use of the browser. The history page was not enough. So I rolled this super simple plugin which reads the history, counts the visits per web site (domain) and display it in a super clean way. This plugin is simple, convenient and solid. Great tool for self improvement.
Basisinformatie over de Extensie
Naam | Browsed |
ID | bjeplkhoeocfgnlflejjoonnnmkkjdgk |
Officiële URL | https://chromewebstore.google.com/detail/browsed/bjeplkhoeocfgnlflejjoonnnmkkjdgk |
Beschrijving | Reads your history and reports what you have been browsing last day, week and month (with count per domain). |
Bestandsgrootte | 9.62 KB |
Aantal Installaties | 81 |
Huidige Versie | 1.0.0.3 |
Laatst Bijgewerkt | 2016-03-17 |
Publicatiedatum | 2016-03-17 |
Beoordeling | 4.57/5 Totaal 7 Beoordelingen |
Ontwikkelaar | justaman |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Browsed", "version": "1.0.0.3", "description": "Reads your history and reports what you have been browsing last day, week and month (with count per domain).", "permissions": [ "history" ], "browser_action": { "default_popup": "typedUrls.html", "default_icon": "clock.png" }, "manifest_version": 2 } |