Browsed

Reads your history and reports what you have been browsing last day, week and month (with count per domain).

What is Browsed?

Browsed is a Chrome extension developed by justaman, and its main feature is "Reads your history and reports what you have been browsing last day, week and month (with count per domain).".

Extension Screenshots

screenshot

Download Browsed Extension CRX File

Download Browsed 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

                        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.                    

Extension Basic Information

Name Browsed Browsed
ID bjeplkhoeocfgnlflejjoonnnmkkjdgk
Official URL https://chromewebstore.google.com/detail/browsed/bjeplkhoeocfgnlflejjoonnnmkkjdgk
Description Reads your history and reports what you have been browsing last day, week and month (with count per domain).
File Size 9.62 KB
Installation Count 81
Current Version 1.0.0.3
Last Updated 2016-03-17
Publish Date 2016-03-17
Rating 4.57/5 Total 7 Ratings
Developer justaman
Email [email protected]
Payment Type free
Supported Languages 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
}