U.S. Air Force New Tab Photos
Show your support by installing this cool plugin to get a new Air Force photo as your browser background when you open a new window.
Co to jest U.S. Air Force New Tab Photos?
U.S. Air Force New Tab Photos to rozszerzenie Chrome opracowane przez https://www.baxbox.com, a jego główną funkcją jest „Show your support by installing this cool plugin to get a new Air Force photo as your browser background when you open a new window.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia U.S. Air Force New Tab Photos
Pobierz pliki rozszerzeń U.S. Air Force New Tab Photos 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
Install this cool plugin to get a new U.S. Air Force photo as your web browser's background image. Show your support! This free Chrome plugin is provided by MilitaryAirfare.us. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | dikdjdbhbobcmfddegbmhmpldbgifkaf |
| Oficjalny URL | https://chromewebstore.google.com/detail/us-air-force-new-tab-phot/dikdjdbhbobcmfddegbmhmpldbgifkaf |
| Opis | Show your support by installing this cool plugin to get a new Air Force photo as your browser background when you open a new window. |
| Rozmiar pliku | 27.09 KB |
| Liczba instalacji | 147 |
| Aktualna Wersja | 1.0.1 |
| Ostatnia Aktualizacja | 2016-10-10 |
| Data Publikacji | 2016-10-10 |
| Ocena | 4.00/5 Łącznie 3 Oceny |
| Deweloper | https://www.baxbox.com |
| [email protected] | |
| Typ Płatności | free |
| Obsługiwane Języki | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "U.S. Air Force New Tab Photos",
"short_name": "U.S. Air Force Army New Tab Photos",
"description": "Show your support by installing this cool plugin to get a new Air Force photo as your browser background when you open a new window.",
"version": "1.0.1",
"background": {
"scripts": [
"background.js"
]
},
"chrome_url_overrides": {
"newtab": "\/newtab.html"
},
"icons": {
"16": "\/icon16.png",
"48": "\/icon48.png",
"128": "\/icon128.png"
}
} | |