ArcGIS Desktop Search
Easily search ArcGIS Desktop documentation directly from the Chrome Omnibox
Wat is ArcGIS Desktop Search?
ArcGIS Desktop Search is een Chrome-extensie ontwikkeld door Esri UK Map Labs, en de belangrijkste functie is "Easily search ArcGIS Desktop documentation directly from the Chrome Omnibox".
Extensie Screenshots
Download het CRX-bestand van de extensie ArcGIS Desktop Search
Download ArcGIS Desktop Search-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | hcobfehpiadaencafcjbmmlehombfech |
Officiële URL | https://chromewebstore.google.com/detail/arcgis-desktop-search/hcobfehpiadaencafcjbmmlehombfech |
Beschrijving | Easily search ArcGIS Desktop documentation directly from the Chrome Omnibox |
Bestandsgrootte | 23.92 KB |
Aantal Installaties | 263 |
Huidige Versie | 1.1.3 |
Laatst Bijgewerkt | 2017-01-03 |
Publicatiedatum | 2017-01-03 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | Esri UK Map Labs |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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 } |