ArcGIS for Developers Search
Easily search ArcGIS for Developers documentation directly from the Chrome Omnibox
ArcGIS for Developers Searchคืออะไร?
ArcGIS for Developers Search เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Esri UK Map Labs และคุณลักษณะหลักของมันคือ "Easily search ArcGIS for Developers documentation directly from the Chrome Omnibox"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย ArcGIS for Developers Search
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
อีเมล | [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 } |