WasteNoTime

Blocking time-wasting sites so you can be productive. Privacy conscious, feature rich, and highly customizable!

WasteNoTimeคืออะไร?

WasteNoTime เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://bumblebeesystems.com และคุณลักษณะหลักของมันคือ "Blocking time-wasting sites so you can be productive. Privacy conscious, feature rich, and highly customizable!"

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

screenshot
screenshot
screenshot

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

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

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

                        There are many "web blockers" in the Chrome Web Store but WasteNoTime is the only extension that requires the minimal permission (accessing your browser navigation history only) to do its job. Other extensions like Stayfocusd would require permission to “read and change all your data on all the web sites that you visit”.

WasteNoTime is not only privacy conscious but it is highly customizable and feature rich.
* Instant Lockdown: Allows you to focus on your work for a period of time undistracted
* Per-site setting: Allows you to customize the time quota for a particular web site
* Work hour setting: allows you to define separate time quotas for your work and non-work hours
* +Links setting: Allows you to track time spent not only on the web site itself but on any link navigated from it. Super useful for web sites like Reddit or Hacker News.
* Time Tracker: Gives you reports on what web sites you spent most of your time, for the past day, week, or month

Currently supported locales: English, 中文 (Thanks to 赖巍!)
If you are interested in localizing this extension in your language, please send me a message at the support web site.                    

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

ชื่อ WasteNoTime WasteNoTime
ID enebomhlllfaccbelnjhfgblnalofhch
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/wastenotime/enebomhlllfaccbelnjhfgblnalofhch
คำอธิบาย Blocking time-wasting sites so you can be productive. Privacy conscious, feature rich, and highly customizable!
ขนาดไฟล์ 226 KB
จำนวนการติดตั้ง 43,109
เวอร์ชันปัจจุบัน 3.5.0.11298
อัปเดตครั้งล่าสุด 2020-04-16
วันที่เผยแพร่ 2020-04-13
คะแนน 4.64/5 รวมทั้งหมด 851 คะแนน
ผู้พัฒนา http://bumblebeesystems.com
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://www.bumblebeesystems.com/wastenotime/
URL หน้าช่วยเหลือ http://www.bumblebeesystems.com/wastenotime/
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "WasteNoTime",
    "version": "3.5.0.11298",
    "manifest_version": 2,
    "description": "Blocking time-wasting sites so you can be productive. Privacy conscious, feature rich, and highly customizable!",
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com https:\/\/www.bumblebeesystems.com https:\/\/connect.facebook.net; object-src 'self'",
    "icons": {
        "16": "icon_16.png",
        "48": "icon_48.png",
        "128": "icon.png"
    },
    "browser_action": {
        "default_icon": "icon_16.png",
        "default_title": "WasteNoTime",
        "default_popup": "popover.html"
    },
    "background": {
        "page": "global.html"
    },
    "options_page": "view.html",
    "homepage_url": "http:\/\/www.bumblebeesystems.com\/wastenotime\/",
    "incognito": "spanning",
    "default_locale": "en",
    "permissions": [
        "webNavigation",
        "tabs",
        "contextMenus",
        "idle",
        "storage"
    ]
}