Browsed

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

ما هو Browsed؟

Browsed هو إضافة Chrome تم تطويرها بواسطة justaman، والميزة الرئيسية لها هي "Reads your history and reports what you have been browsing last day, week and month (with count per domain).".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Browsed

قم بتنزيل ملفات الامتداد Browsed بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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
}