ArcGIS Organization Styler
This extension helps you to style your own ArcGIS organizarion.
什么是ArcGIS Organization Styler?
ArcGIS Organization Styler是由http://www.rauljimenez.info开发的Chrome扩展程序,该扩展的主要功能是“This extension helps you to style your own ArcGIS organizarion.”。
扩展截图
下载ArcGIS Organization Styler扩展crx文件
下载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" } } |