ArcGIS Desktop Search
Easily search ArcGIS Desktop documentation directly from the Chrome Omnibox
Co to jest ArcGIS Desktop Search?
ArcGIS Desktop Search to rozszerzenie Chrome opracowane przez Esri UK Map Labs, a jego główną funkcją jest „Easily search ArcGIS Desktop documentation directly from the Chrome Omnibox”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia ArcGIS Desktop Search
Pobierz pliki rozszerzeń ArcGIS Desktop 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 desktop 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 | hcobfehpiadaencafcjbmmlehombfech |
Oficjalny URL | https://chromewebstore.google.com/detail/arcgis-desktop-search/hcobfehpiadaencafcjbmmlehombfech |
Opis | Easily search ArcGIS Desktop documentation directly from the Chrome Omnibox |
Rozmiar pliku | 23.92 KB |
Liczba instalacji | 263 |
Aktualna Wersja | 1.1.3 |
Ostatnia Aktualizacja | 2017-01-03 |
Data Publikacji | 2017-01-03 |
Ocena | 5.00/5 Łącznie 1 Oceny |
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 Desktop Search", "description": "Easily search ArcGIS Desktop documentation directly from the Chrome Omnibox", "omnibox": { "keyword": "desktop" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "background": { "scripts": [ "background.js" ] }, "version": "1.1.3", "minimum_chrome_version": "9", "manifest_version": 2 } |