HQ Backgrounds for Gmail™
Random high quality scenic backgrounds for Gmail™.
Co to jest HQ Backgrounds for Gmail™?
HQ Backgrounds for Gmail™ to rozszerzenie Chrome opracowane przez Sunny Nahar, a jego główną funkcją jest „Random high quality scenic backgrounds for Gmail™.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia HQ Backgrounds for Gmail™
Pobierz pliki rozszerzeń HQ Backgrounds for Gmail™ w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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! Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | kbblhieiickmopjklpkanpickdgjecab |
| Oficjalny URL | https://chromewebstore.google.com/detail/hq-backgrounds-for-gmail/kbblhieiickmopjklpkanpickdgjecab |
| Opis | Random high quality scenic backgrounds for Gmail™. |
| Rozmiar pliku | 34.78 MB |
| Liczba instalacji | 315 |
| Aktualna Wersja | 0.1.0.0 |
| Ostatnia Aktualizacja | 2015-05-16 |
| Data Publikacji | 2015-05-16 |
| Ocena | 4.20/5 Łącznie 5 Oceny |
| Deweloper | Sunny Nahar |
| Typ Płatności | free |
| Obsługiwane Języki | 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\/*"
]
} | |