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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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/ |
عنوان صفحة المساعدة | 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" } } |