Browsed

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

Qu'est-ce que Browsed ?

Browsed est une extension Chrome développée par justaman, et sa fonction principale est "Reads your history and reports what you have been browsing last day, week and month (with count per domain).".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Browsed

Téléchargez les fichiers d'extension Browsed au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Browsed Browsed
ID bjeplkhoeocfgnlflejjoonnnmkkjdgk
URL Officiel 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).
Taille du Fichier 9.62 KB
Nombre d'Installations 81
Version Actuelle 1.0.0.3
Dernière Mise à Jour 2016-03-17
Date de Publication 2016-03-17
Évaluation 4.57/5 Total 7 Évaluations
Développeur justaman
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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
}