ArcGIS for Developers Search
Easily search ArcGIS for Developers documentation directly from the Chrome Omnibox
Cos'è ArcGIS for Developers Search?
ArcGIS for Developers Search è un'estensione di Chrome sviluppata da Esri UK Map Labs, e la sua funzione principale è "Easily search ArcGIS for Developers documentation directly from the Chrome Omnibox".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione ArcGIS for Developers Search
Scarica i file di estensione ArcGIS for Developers Search in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Type devs into the Google Chrome Omnibox then hit tab or space to initialize the extension. Type your search query and press Enter/Return to search.
Informazioni di Base sull'Estensione
Nome | |
ID | ahamaegflcpcdejfinaffjbepngpcdap |
URL Ufficiale | https://chromewebstore.google.com/detail/arcgis-for-developers-sea/ahamaegflcpcdejfinaffjbepngpcdap |
Descrizione | Easily search ArcGIS for Developers documentation directly from the Chrome Omnibox |
Dimensione del File | 23.17 KB |
Conteggio Installazioni | 123 |
Versione Corrente | 1.0.2 |
Ultimo Aggiornamento | 2017-03-06 |
Data di Pubblicazione | 2017-03-06 |
Valutazione | 5.00/5 Totale 4 Valutazioni |
Sviluppatore | Esri UK Map Labs |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "ArcGIS for Developers Search", "description": "Easily search ArcGIS for Developers documentation directly from the Chrome Omnibox", "omnibox": { "keyword": "devs" }, "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 } |