ArcGIS for Developers Search

Easily search ArcGIS for Developers documentation directly from the Chrome Omnibox

Wat is ArcGIS for Developers Search?

ArcGIS for Developers Search is een Chrome-extensie ontwikkeld door Esri UK Map Labs, en de belangrijkste functie is "Easily search ArcGIS for Developers documentation directly from the Chrome Omnibox".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie ArcGIS for Developers Search

Download ArcGIS for Developers 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 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.                    

Basisinformatie over de Extensie

Naam ArcGIS for Developers Search ArcGIS for Developers Search
ID ahamaegflcpcdejfinaffjbepngpcdap
Officiële URL https://chromewebstore.google.com/detail/arcgis-for-developers-sea/ahamaegflcpcdejfinaffjbepngpcdap
Beschrijving Easily search ArcGIS for Developers documentation directly from the Chrome Omnibox
Bestandsgrootte 23.17 KB
Aantal Installaties 123
Huidige Versie 1.0.2
Laatst Bijgewerkt 2017-03-06
Publicatiedatum 2017-03-06
Beoordeling 5.00/5 Totaal 4 Beoordelingen
Ontwikkelaar Esri UK Map Labs
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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
}