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. 拡張機能の基本情報
| 名前 | |
| 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"
]
} | |