HQ Backgrounds for Gmail™
Random high quality scenic backgrounds for Gmail™.
HQ Backgrounds for Gmail™とは何ですか?
HQ Backgrounds for Gmail™はSunny Naharによって開発されたChromeの拡張機能で、その主な機能は「Random high quality scenic backgrounds for Gmail™.」です。
拡張機能のスクリーンショット
HQ Backgrounds for Gmail™拡張機能のCRXファイルをダウンロード
HQ Backgrounds for Gmail™拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Amazing high quality scenic backgrounds for Gmail. A random one is picked for each session. Requires a dark color theme under Settings/Theme to work properly. If there are bugs, please post them so that I can fix them. Have suggestions for features or additional backgrounds? Leave a comment!
拡張機能の基本情報
名前 | HQ Backgrounds for Gmail™ |
ID | kbblhieiickmopjklpkanpickdgjecab |
公式URL | https://chromewebstore.google.com/detail/hq-backgrounds-for-gmail/kbblhieiickmopjklpkanpickdgjecab |
説明 | Random high quality scenic backgrounds for Gmail™. |
ファイルサイズ | 34.78 MB |
インストール数 | 315 |
現在のバージョン | 0.1.0.0 |
最終更新日 | 2015-05-16 |
公開日 | 2015-05-16 |
評価 | 4.20/5 合計 5 レビュー |
開発者 | Sunny Nahar |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "manifest_version": 2, "name": "HQ Backgrounds for Gmail\u2122", "description": "Random high quality scenic backgrounds for Gmail\u2122.", "version": "0.1.0.0", "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "content_scripts": [ { "matches": [ "*:\/\/mail.google.com\/*", "*:\/\/www.gmail.com\/" ], "js": [ "util\/jquery.min.js", "js\/gmedit.js" ], "run_at": "document_start" } ], "icons": { "128": "icons\/gm128.png", "19": "icons\/gm19.png", "32": "icons\/gm32.png", "48": "icons\/gm48.png", "64": "icons\/gm64.png" }, "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "web_accessible_resources": [ "backgrounds\/*" ] } |