ArcGIS Desktop Search

Easily search ArcGIS Desktop documentation directly from the Chrome Omnibox

Vad är ArcGIS Desktop Search?

ArcGIS Desktop Search är en Chrome-tillägg utvecklad av Esri UK Map Labs, och dess huvudfunktion är "Easily search ArcGIS Desktop documentation directly from the Chrome Omnibox".

Tilläggsskärmbilder

screenshot

Ladda ner ArcGIS Desktop Search-förlängningens CRX-fil

Ladda ner ArcGIS Desktop Search-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn ArcGIS Desktop Search ArcGIS Desktop Search
ID hcobfehpiadaencafcjbmmlehombfech
Officiell webbadress https://chromewebstore.google.com/detail/arcgis-desktop-search/hcobfehpiadaencafcjbmmlehombfech
Beskrivning Easily search ArcGIS Desktop documentation directly from the Chrome Omnibox
Filstorlek 23.92 KB
Antal Installationer 263
Aktuell Version 1.1.3
Senast Uppdaterad 2017-01-03
Publiceringsdatum 2017-01-03
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare Esri UK Map Labs
E-post [email protected]
Betalningssätt free
Stödda Språk 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
}