Nudge
Raw productivity
什麼是Nudge?
Nudge是由AlbandApps開發的Chrome擴展程式,該擴展的主要功能是“Raw productivity”。
擴展截圖
下載Nudge擴展crx文件
下載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 |
官方網址 | 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" ] } |