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! 擴展基本資訊
| 名稱 | |
| ID | kbblhieiickmopjklpkanpickdgjecab |
| 官方網址 | 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\/*"
]
} | |