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" } } |