Sleepless in System
Deprive your system and display from sleeping. Keep your PC awake.
Sleepless in Systemとは何ですか?
Sleepless in Systemはhttps://moin.imによって開発されたChromeの拡張機能で、その主な機能は「Deprive your system and display from sleeping. Keep your PC awake.」です。
拡張機能のスクリーンショット
Sleepless in System拡張機能のCRXファイルをダウンロード
Sleepless in System拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension lets you put your system in sleepless mode. 🙄
Toggle Shortcut:
Mac: ⌘ + SHIFT + Z
Other: CTRL + SHIFT + Z
You can use it when you are not using your PC but there is some background task going on, like:
- Downloading
- Copying
- Torrents, ;)
etc.
Also available for Android: https://play.google.com/store/apps/details?id=im.moin.sleepless
(c) sleeping icon by Layla Cummings from the Noun Project 拡張機能の基本情報
| 名前 | |
| ID | cnenegfehjcmoginiijjgmchcfllmmbp |
| 公式URL | https://chromewebstore.google.com/detail/sleepless-in-system/cnenegfehjcmoginiijjgmchcfllmmbp |
| 説明 | Deprive your system and display from sleeping. Keep your PC awake. |
| ファイルサイズ | 17.68 KB |
| インストール数 | 1,527 |
| 現在のバージョン | 0.2.1 |
| 最終更新日 | 2016-05-29 |
| 公開日 | 2016-05-29 |
| 評価 | 3.38/5 合計 8 レビュー |
| 開発者 | https://moin.im |
| 支払い方法 | free |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Sleepless in System",
"description": "Deprive your system and display from sleeping. Keep your PC awake.",
"author": "Moin Uddin",
"manifest_version": 2,
"version": "0.2.1",
"offline_enabled": true,
"icons": {
"128": "assets\/icon.png"
},
"permissions": [
"power"
],
"browser_action": {
"default_icon": "assets\/awake.png"
},
"background": {
"scripts": [
"assets\/js\/bg.js"
]
},
"commands": {
"toggle-sleep": {
"suggested_key": {
"default": "Ctrl+Shift+Z",
"mac": "Command+Shift+Z"
},
"description": "Toggle Sleep"
}
}
} | |