Mindful Surfing
Helps you avoid mindlessly surfing the web.
Mindful Surfingคืออะไร?
Mindful Surfing เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "Helps you avoid mindlessly surfing the web."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Mindful Surfing
ดาวน์โหลดไฟล์ส่วนขยาย Mindful Surfing ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
A simple Chrome browser extension to help avoid wasting excessive time -- or retain "mindfulness" when browsing the web. Unlike many other extensions which block time on specific 'distracting' sites, this extension works based on the time the browser has been running. Two features, each of which can be enabled independently: 1. An absolute limit on the duration of the browser session, after this time, the browser will be closed. Notifications warn of pending shutdown. 2. Show a notification on time interval, reminding you how much time you have spent online. All the time limits can be configured, and a URL white-list is supported - when the active tab matches the white-list, features are disabled. Notes ----- If you decide to enable the feature to automatically close the browser, you might wish to enable persistence of the tabs: Settings > On startup > "continue where you left off" This extension is supposed to be annoying -- the point of it is to distract you from mindless surfing! Definitely an Alpha -- comments welcome! Icon credit to: http://www.cliparthut.com/xmas-candle-clipart.html Ben Blamey [email protected]
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Mindful Surfing |
ID | odbgeeabkpglgkdlfekbhhoipbpebcal |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/mindful-surfing/odbgeeabkpglgkdlfekbhhoipbpebcal |
คำอธิบาย | Helps you avoid mindlessly surfing the web. |
ขนาดไฟล์ | 58.36 KB |
จำนวนการติดตั้ง | 101 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2015-09-24 |
วันที่เผยแพร่ | 2015-09-24 |
คะแนน | 5.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | Unknown |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://www.github.com/benblamey/mindful_surfing |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Mindful Surfing", "description": "Helps you avoid mindlessly surfing the web.", "version": "1.0", "permissions": [ "activeTab", "alarms", "notifications", "windows", "activeTab", "tabs", "storage" ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "options_page": "options.html", "background": { "scripts": [ "core.js", "backgroundPage.js" ], "persistent": true } } |