ArcGIS Organization Styler
This extension helps you to style your own ArcGIS organizarion.
ArcGIS Organization Stylerคืออะไร?
ArcGIS Organization Styler เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://www.rauljimenez.info และคุณลักษณะหลักของมันคือ "This extension helps you to style your own ArcGIS organizarion."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย ArcGIS Organization Styler
ดาวน์โหลดไฟล์ส่วนขยาย ArcGIS Organization Styler ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This is a Google Chrome Extension that aims to help users to style their Organisations page on ArcGIS Online. It allows you to add a live editor while you are in a Organisation homepage. The extension already provides: - A set of snippets that you can use and customise yourself. - An easy way to get the code that you will need to add inside your dashboard. - An editor that allows you to write your own HTML and CSS code.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | odoallpdfopkgfnofcdecpllplpfahea |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/arcgis-organization-style/odoallpdfopkgfnofcdecpllplpfahea |
คำอธิบาย | This extension helps you to style your own ArcGIS organizarion. |
ขนาดไฟล์ | 51.12 KB |
จำนวนการติดตั้ง | 214 |
เวอร์ชันปัจจุบัน | 1.4 |
อัปเดตครั้งล่าสุด | 2014-06-21 |
วันที่เผยแพร่ | 2014-06-21 |
ผู้พัฒนา | http://www.rauljimenez.info |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/hhkaos/arcgis-organization-styler/ |
URL หน้าช่วยเหลือ | https://github.com/hhkaos/arcgis-organization-styler/issues |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "ArcGIS Organization Styler", "description": "This extension helps you to style your own ArcGIS organizarion.", "version": "1.4", "content_scripts": [ { "matches": [ "https:\/\/developer.chrome.com\/*" ], "js": [ "myscript.js" ] } ], "permissions": [ "tabs", "http:\/\/*.arcgis.com\/", "https:\/\/*.arcgis.com\/", "http:\/\/*\/*", "http:\/\/localhost:9090\/*" ], "browser_action": { "default_title": "ArcGIS Organization Styler", "default_icon": "icon.png", "default_popup": "popup.html" } } |