ArcGIS Organization Styler
This extension helps you to style your own ArcGIS organizarion.
ArcGIS Organization Styler là gì?
ArcGIS Organization Styler là một tiện ích mở rộng Chrome được phát triển bởi http://www.rauljimenez.info, và tính năng chính của nó là "This extension helps you to style your own ArcGIS organizarion.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng ArcGIS Organization Styler
Tải xuống các tệp mở rộng ArcGIS Organization Styler dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | odoallpdfopkgfnofcdecpllplpfahea |
URL Chính Thức | https://chrome.google.com/webstore/detail/arcgis-organization-style/odoallpdfopkgfnofcdecpllplpfahea |
Mô tả | This extension helps you to style your own ArcGIS organizarion. |
Kích Thước Tệp | 51.12 KB |
Số Lần Cài Đặt | 214 |
Phiên Bản Hiện Tại | 1.4 |
Cập Nhật Lần Cuối | 2014-06-21 |
Ngày Phát Hành | 2014-06-21 |
Nhà Phát Triển | http://www.rauljimenez.info |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/hhkaos/arcgis-organization-styler/ |
URL Trang Trợ Giúp | https://github.com/hhkaos/arcgis-organization-styler/issues |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |