sleeper
An ambient new tab browser extension
sleeperとは何ですか?
sleeperはhttps://sleeper.fyiによって開発されたChromeの拡張機能で、その主な機能は「An ambient new tab browser extension」です。
拡張機能のスクリーンショット
sleeper拡張機能のCRXファイルをダウンロード
sleeper拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
An ambient new tab screen replacement based on iOS 13 dark mode wallpaper designs. 拡張機能の基本情報
| 名前 | |
| ID | njihjodgjnlpkoipodopnchepnpoogdi |
| 公式URL | https://chromewebstore.google.com/detail/sleeper/njihjodgjnlpkoipodopnchepnpoogdi |
| 説明 | An ambient new tab browser extension |
| ファイルサイズ | 1.17 MB |
| インストール数 | 113 |
| 現在のバージョン | 1.1.0 |
| 最終更新日 | 2020-04-14 |
| 公開日 | 2020-04-13 |
| 評価 | 5.00/5 合計 2 レビュー |
| 開発者 | https://sleeper.fyi |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://sleeper.fyi |
| ヘルプページのURL | https://github.com/scotato/sleeper |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"short_name": "sleeper",
"name": "sleeper",
"description": "An ambient new tab browser extension",
"manifest_version": 2,
"chrome_url_overrides": {
"newtab": "index.html"
},
"optional_permissions": [
"topSites"
],
"version": "1.1.0",
"icons": {
"16": "logo16.png",
"48": "logo48.png",
"128": "logo128.png"
}
} | |