Wallpapers lakes
Easily install the background image on each new tab
Wallpapers lakesとは何ですか?
Wallpapers lakesはpierrerondel951によって開発されたChromeの拡張機能で、その主な機能は「Easily install the background image on each new tab」です。
拡張機能のスクリーンショット
Wallpapers lakes拡張機能のCRXファイルをダウンロード
Wallpapers lakes拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Replace the traditional tab page by a new beautiful and elegant one, made of customizable lakes wallpapers.
拡張機能の基本情報
名前 | |
ID | blmbaidaefnailimjhlpbpccgkkeemko |
公式URL | https://chrome.google.com/webstore/detail/wallpapers-lakes/blmbaidaefnailimjhlpbpccgkkeemko |
説明 | Easily install the background image on each new tab |
ファイルサイズ | 17.03 MB |
インストール数 | 73 |
現在のバージョン | 1.0.0 |
最終更新日 | 2018-03-10 |
公開日 | 2018-03-10 |
開発者 | pierrerondel951 |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "version": "1.0.0", "browser_action": { "default_icon": "picto\/48.png", "default_title": "Wallpapers lakes" }, "chrome_url_overrides": { "newtab": "wall.html" }, "description": "Easily install the background image on each new tab", "icons": { "128": "picto\/128.png", "48": "picto\/48.png", "19": "picto\/19.png" }, "manifest_version": 2, "name": "Wallpapers lakes", "offline_enabled": true, "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "web_accessible_resources": [ "wall.html" ] } |