Styled Background
Display home and new tab background with different background images
Styled Backgroundとは何ですか?
Styled BackgroundはNickによって開発されたChromeの拡張機能で、その主な機能は「Display home and new tab background with different background images」です。
拡張機能のスクリーンショット
Styled Background拡張機能のCRXファイルをダウンロード
Styled Background拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Styled Background Displays Daily new background images and quotes. make images favorite and the favorite image will not change on next day. You can choose any background from images list.
拡張機能の基本情報
名前 | Styled Background |
ID | iclgcndcdfheagebpphcnlafpilpefcn |
公式URL | https://chromewebstore.google.com/detail/styled-background/iclgcndcdfheagebpphcnlafpilpefcn |
説明 | Display home and new tab background with different background images |
ファイルサイズ | 650 KB |
インストール数 | 11 |
現在のバージョン | 1.0.1 |
最終更新日 | 2017-05-26 |
公開日 | 2017-05-26 |
評価 | 5.00/5 合計 5 レビュー |
開発者 | Nick |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Styled Background", "description": "Display home and new tab background with different background images", "version": "1.0.1", "chrome_url_overrides": { "newtab": "index.html" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_icon": "icon128.png", "default_popup": "popup.html" }, "incognito": "not_allowed", "permissions": [ "storage" ], "background": { "scripts": [ "js\/popup.js" ] } } |