Personal Web Tracker

Track and control your web use

Personal Web Trackerคืออะไร?

Personal Web Tracker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://www.pwebtracker.com และคุณลักษณะหลักของมันคือ "Track and control your web use"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Personal Web Tracker

ดาวน์โหลดไฟล์ส่วนขยาย Personal Web Tracker ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        With the world wide web constantly inventing new ways to take more of our time and attention, it's easy to lose track of exactly how much time you're spending in any particular web site. Personal Web Tracker was created for those of us that want more control over our web browsing. It provides an easy way to not just see where your browsing time is going, but lets you set limits to let you control the web (instead of the web controlling you). Personal Web Tracker is a new browser extension for Google's Chrome browser that you can use in a way that suits you best. Once you install it, start adding web sites to the list of "tracked" sites. Set limits for those web sites if you want. Personal Web Tracker will quietly work in the background and keep track of everything. You can tell it to alert you when a limit is reached (you can hit the snooze button if you like), or you can block the site. Of course, you don't have to do any of this. You can just see how you're doing whenever you want. And yes, it also works great as a bookmark manager.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Personal Web Tracker Personal Web Tracker
ID mdebcbfenpfnhpdcdeomlliifofflkji
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/personal-web-tracker/mdebcbfenpfnhpdcdeomlliifofflkji
คำอธิบาย Track and control your web use
ขนาดไฟล์ 9.56 MB
จำนวนการติดตั้ง 111
เวอร์ชันปัจจุบัน 2.0.0
อัปเดตครั้งล่าสุด 2015-12-21
วันที่เผยแพร่ 2015-12-21
คะแนน 4.25/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา http://www.pwebtracker.com
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://www.pwebtracker.com
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Personal Web Tracker",
    "default_locale": "en",
    "version": "2.0.0",
    "manifest_version": 2,
    "description": "Track and control your web use",
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "permissions": [
        "tabs",
        "chrome:\/\/favicon\/",
        "storage",
        "idle"
    ],
    "background": {
        "persistent": true,
        "page": "background.html"
    },
    "icons": {
        "16": "images\/pwt-19.png",
        "48": "images\/pwt-48.png",
        "128": "images\/pwt-128.png"
    },
    "browser_action": {
        "default_icon": "images\/pwt-19.png",
        "default_title": "Personal Web Tracker",
        "default_popup": "pwt.html"
    }
}