ArcGIS Online Search
Easily search ArcGIS Online documentation directly from the Chrome Omnibox
Qu'est-ce que ArcGIS Online Search ?
ArcGIS Online Search est une extension Chrome développée par Esri UK Map Labs, et sa fonction principale est "Easily search ArcGIS Online documentation directly from the Chrome Omnibox".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension ArcGIS Online Search
Téléchargez les fichiers d'extension ArcGIS Online Search au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | leiaimgeohcpldkchjhdmjnnapancoci |
URL Officiel | https://chromewebstore.google.com/detail/arcgis-online-search/leiaimgeohcpldkchjhdmjnnapancoci |
Description | Easily search ArcGIS Online documentation directly from the Chrome Omnibox |
Taille du Fichier | 21.73 KB |
Nombre d'Installations | 271 |
Version Actuelle | 1.0.2 |
Dernière Mise à Jour | 2017-01-03 |
Date de Publication | 2017-01-03 |
Développeur | Esri UK Map Labs |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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 } |