ArcGIS for Developers Search
Easily search ArcGIS for Developers documentation directly from the Chrome Omnibox
ArcGIS for Developers Searchとは何ですか?
ArcGIS for Developers SearchはEsri UK Map Labsによって開発されたChromeの拡張機能で、その主な機能は「Easily search ArcGIS for Developers documentation directly from the Chrome Omnibox」です。
拡張機能のスクリーンショット
ArcGIS for Developers Search拡張機能のCRXファイルをダウンロード
ArcGIS for Developers Search拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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.
拡張機能の基本情報
名前 | |
ID | ahamaegflcpcdejfinaffjbepngpcdap |
公式URL | https://chromewebstore.google.com/detail/arcgis-for-developers-sea/ahamaegflcpcdejfinaffjbepngpcdap |
説明 | Easily search ArcGIS for Developers documentation directly from the Chrome Omnibox |
ファイルサイズ | 23.17 KB |
インストール数 | 123 |
現在のバージョン | 1.0.2 |
最終更新日 | 2017-03-06 |
公開日 | 2017-03-06 |
評価 | 5.00/5 合計 4 レビュー |
開発者 | Esri UK Map Labs |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | 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 } |