ArcGIS for Developers Search
Easily search ArcGIS for Developers documentation directly from the Chrome Omnibox
Vad är ArcGIS for Developers Search?
ArcGIS for Developers Search är en Chrome-tillägg utvecklad av Esri UK Map Labs, och dess huvudfunktion är "Easily search ArcGIS for Developers documentation directly from the Chrome Omnibox".
Tilläggsskärmbilder
Ladda ner ArcGIS for Developers Search-förlängningens CRX-fil
Ladda ner ArcGIS for Developers 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 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. Grundläggande Information om Tillägg
| Namn | |
| ID | ahamaegflcpcdejfinaffjbepngpcdap |
| Officiell webbadress | https://chromewebstore.google.com/detail/arcgis-for-developers-sea/ahamaegflcpcdejfinaffjbepngpcdap |
| Beskrivning | Easily search ArcGIS for Developers documentation directly from the Chrome Omnibox |
| Filstorlek | 23.17 KB |
| Antal Installationer | 123 |
| Aktuell Version | 1.0.2 |
| Senast Uppdaterad | 2017-03-06 |
| Publiceringsdatum | 2017-03-06 |
| Betyg | 5.00/5 Totalt 4 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 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
} | |