ArcGIS Online Search
Easily search ArcGIS Online documentation directly from the Chrome Omnibox
Co to jest ArcGIS Online Search?
ArcGIS Online Search to rozszerzenie Chrome opracowane przez Esri UK Map Labs, a jego główną funkcją jest „Easily search ArcGIS Online documentation directly from the Chrome Omnibox”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia ArcGIS Online Search
Pobierz pliki rozszerzeń ArcGIS Online Search 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
Type online into the Google Chrome Omnibox then hit tab or space to initialize the extension. Type your search query and press Enter/Return to search.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | leiaimgeohcpldkchjhdmjnnapancoci |
Oficjalny URL | https://chromewebstore.google.com/detail/arcgis-online-search/leiaimgeohcpldkchjhdmjnnapancoci |
Opis | Easily search ArcGIS Online documentation directly from the Chrome Omnibox |
Rozmiar pliku | 21.73 KB |
Liczba instalacji | 271 |
Aktualna Wersja | 1.0.2 |
Ostatnia Aktualizacja | 2017-01-03 |
Data Publikacji | 2017-01-03 |
Deweloper | Esri UK Map Labs |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "ArcGIS Online Search", "description": "Easily search ArcGIS Online documentation directly from the Chrome Omnibox", "omnibox": { "keyword": "online" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "background": { "scripts": [ "background.js" ] }, "version": "1.0.2", "minimum_chrome_version": "9", "manifest_version": 2 } |