Yellow Landscape
Change current page background to yellow
Yellow Landscapeとは何ですか?
Yellow Landscapeはdan.belz69によって開発されたChromeの拡張機能で、その主な機能は「Change current page background to yellow」です。
拡張機能のスクリーンショット
Yellow Landscape拡張機能のCRXファイルをダウンロード
Yellow Landscape拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Change the standard background to yellow by choosing "Yellow Landscape" from the context menu.
拡張機能の基本情報
名前 | |
ID | jgielablfighaafogapfgpnlieaajbgk |
公式URL | https://chrome.google.com/webstore/detail/yellow-landscape/jgielablfighaafogapfgpnlieaajbgk |
説明 | Change current page background to yellow |
ファイルサイズ | 5.52 KB |
インストール数 | 10,000 |
現在のバージョン | 0.1 |
最終更新日 | 2014-06-19 |
公開日 | 2014-06-19 |
評価 | 2.31/5 合計 13 レビュー |
開発者 | dan.belz69 |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "background.js" ] }, "name": "Yellow Landscape", "description": "Change current page background to yellow", "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" }, "permissions": [ "contextMenus", "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "version": "0.1", "manifest_version": 2 } |