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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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
}