Browsed

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

Browsed क्या है?

Browsed justaman द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Reads your history and reports what you have been browsing last day, week and month (with count per domain)."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Browsed एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम Browsed Browsed
ID bjeplkhoeocfgnlflejjoonnnmkkjdgk
आधिकारिक URL https://chromewebstore.google.com/detail/browsed/bjeplkhoeocfgnlflejjoonnnmkkjdgk
विवरण Reads your history and reports what you have been browsing last day, week and month (with count per domain).
फ़ाइल का आकार 9.62 KB
स्थापना संख्या 81
वर्तमान संस्करण 1.0.0.3
अंतिम अपडेट 2016-03-17
प्रकाशन तिथि 2016-03-17
रेटिंग 4.57/5 कुल 7 रेटिंग्स
डेवलपर justaman
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ 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
}