Attention
Watch your browsing habits and get reminded when wasting time.
Attentionคืออะไร?
Attention เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Alsonax และคุณลักษณะหลักของมันคือ "Watch your browsing habits and get reminded when wasting time."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Attention
ดาวน์โหลดไฟล์ส่วนขยาย Attention ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Attention keeps track of the websites you visit and stops you from wasting lots of time on distracting websites. It doesn't block websites straight away, but shows a reminder which is impossible to ignore. - no setup required, just rate the websites you frequently visit - your browsing history is private, all data stays in the browser
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Attention |
ID | nmejnlclcnjakdbpfehhcobbmlcpbiba |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/attention/nmejnlclcnjakdbpfehhcobbmlcpbiba |
คำอธิบาย | Watch your browsing habits and get reminded when wasting time. |
ขนาดไฟล์ | 745 KB |
จำนวนการติดตั้ง | 289 |
เวอร์ชันปัจจุบัน | 0.2.12 |
อัปเดตครั้งล่าสุด | 2015-01-11 |
วันที่เผยแพร่ | 2015-01-11 |
คะแนน | 4.00/5 รวมทั้งหมด 5 คะแนน |
ผู้พัฒนา | Alsonax |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Attention", "version": "0.2.12", "manifest_version": 2, "description": "Watch your browsing habits and get reminded when wasting time.", "offline_enabled": true, "icons": { "16": "icons\/green-16.png", "48": "icons\/app-48.png", "128": "icons\/app-128.png" }, "background": { "scripts": [ "vendor\/moment\/moment.js", "src\/persistence\/options.js", "src\/persistence\/store.js", "src\/background\/background.js" ], "persistent": false }, "browser_action": { "default_icon": { "16": "icons\/gray-16.png" }, "default_title": "Attention" }, "options_page": "src\/options\/index.html", "permissions": [ "chrome:\/\/favicon\/", "storage", "tabs", "http:\/\/*\/", "https:\/\/*\/" ], "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "css": [ "src\/inject\/inject.css" ], "run_at": "document_start" }, { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "vendor\/zepto\/zepto.min.js", "src\/inject\/inject.js" ] } ], "web_accessible_resources": [ "src\/popup\/*", "test\/*", "icons\/*", "vendor\/*" ], "content_security_policy": "script-src 'self'; object-src 'self'" } |