My Screensaver
My screensaver for Chromecast images.
My Screensaverとは何ですか?
My ScreensaverはMichael McNabbによって開発されたChromeの拡張機能で、その主な機能は「My screensaver for Chromecast images.」です。
拡張機能のスクリーンショット
My Screensaver拡張機能のCRXファイルをダウンロード
My Screensaver拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Chromecast has fantastic wallpaper images. This extension opens them in a chrome browser at fullscreen. All the work has been done by google, thank them not me. Maybe in the future I can make some options and do a better job. 拡張機能の基本情報
| 名前 | |
| ID | dbikmecmbfacgojaafignjockkhnjlbk |
| 公式URL | https://chrome.google.com/webstore/detail/my-screensaver/dbikmecmbfacgojaafignjockkhnjlbk |
| 説明 | My screensaver for Chromecast images. |
| ファイルサイズ | 17.26 KB |
| インストール数 | 1,000 |
| 現在のバージョン | 0.2 |
| 最終更新日 | 2015-06-17 |
| 公開日 | 2015-06-17 |
| 評価 | 3.17/5 合計 6 レビュー |
| 開発者 | Michael McNabb |
| 支払い方法 | free |
| 対応言語 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "My Screensaver",
"description": "My screensaver for Chromecast images.",
"version": "0.2",
"icons": {
"128": "images\/icon.png"
},
"permissions": [
"tabs"
],
"content_scripts": [
{
"matches": [
"*:\/\/google.com\/cast\/chromecast\/home"
],
"css": [
"css\/ScreenSaver.css"
],
"js": [
"content.js"
]
}
],
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"browser_action": {
"default_icon": "images\/icon.png"
},
"options_page": "options.html"
} | |