Nudge
Raw productivity
Nudgeคืออะไร?
Nudge เป็นส่วนขยายของ Chrome ที่พัฒนาโดย AlbandApps และคุณลักษณะหลักของมันคือ "Raw productivity"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Nudge
ดาวน์โหลดไฟล์ส่วนขยาย Nudge ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Nudge sends you notifications when you get off track. Simply 'blacklist' the sites you want to avoid while working and then you're good to go. Nudge is a sexy, simple, and streamlined alternative to blocking sites. You're not 5 anymore. You should be able to decide when to take a break and for how long. In that sense, we are a 'nudge' not a shove. With this service you have more time to do the things you love like: snowboard, write, socialize with friends, pet kittens, and not vote for Trump.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Nudge |
ID | hnlfpbcpjlpcpelnjehoggfhbkjclnlh |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/nudge/hnlfpbcpjlpcpelnjehoggfhbkjclnlh |
คำอธิบาย | Raw productivity |
ขนาดไฟล์ | 2.4 MB |
จำนวนการติดตั้ง | 24 |
เวอร์ชันปัจจุบัน | 1.0.0.1 |
อัปเดตครั้งล่าสุด | 2016-11-25 |
วันที่เผยแพร่ | 2016-11-25 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | AlbandApps |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://nudge.carrd.co/ |
URL หน้าช่วยเหลือ | https://abtnudge.carrd.co/ |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Nudge", "description": "Raw productivity", "version": "1.0.0.1", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "icons": { "48": "icon48.png" }, "background": { "scripts": [ "popup.js" ], "persistent": true }, "permissions": [ "tabs", "notifications", "alarms", "storage" ] } |