TrackLeaders.com Streetview & Faves
Add google streetview to racer page, and favorites.
Co to jest TrackLeaders.com Streetview & Faves?
TrackLeaders.com Streetview & Faves to rozszerzenie Chrome opracowane przez yemble, a jego główną funkcją jest „Add google streetview to racer page, and favorites.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia TrackLeaders.com Streetview & Faves
Pobierz pliki rozszerzeń TrackLeaders.com Streetview & Faves 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
Add a live Google Streetview image to the Racer details page.
Star favorite racers, with a new map and raceflow option to only show those pins. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | bbmkgjigigfdfoofbngfagmpadgofakl |
| Oficjalny URL | https://chrome.google.com/webstore/detail/bbmkgjigigfdfoofbngfagmpadgofakl |
| Opis | Add google streetview to racer page, and favorites. |
| Rozmiar pliku | 54.68 KB |
| Liczba instalacji | 81 |
| Aktualna Wersja | 2.6.1 |
| Ostatnia Aktualizacja | 2018-06-07 |
| Data Publikacji | 2018-06-07 |
| Ocena | 5.00/5 Łącznie 17 Oceny |
| Deweloper | yemble |
| [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": "TrackLeaders.com Streetview & Faves",
"description": "Add google streetview to racer page, and favorites.",
"version": "2.6.1",
"icons": {
"128": "icon.128px.png"
},
"web_accessible_resources": [
"\/streetview-docside.js",
"\/stars-docside.js",
"\/raceflow-docside.js",
"\/css\/stars.css"
],
"permissions": [
"storage"
],
"content_scripts": [
{
"js": [
"jquery-1.11.2.min.js",
"streetview.js",
"stars.js",
"raceflow.js",
"app.js"
],
"css": [
"css\/site.css"
],
"matches": [
"*:\/\/trackleaders.com\/*",
"*:\/\/*.trackleaders.com\/*"
]
}
]
} | |