ArcGIS Organization Styler
This extension helps you to style your own ArcGIS organizarion.
ArcGIS Organization Styler क्या है?
ArcGIS Organization Styler http://www.rauljimenez.info द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension helps you to style your own ArcGIS organizarion."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में ArcGIS Organization Styler एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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/ |
सहायता पृष्ठ 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" } } |