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.」です。

拡張機能のスクリーンショット

screenshot

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.                    

拡張機能の基本情報

名前 ArcGIS Organization Styler ArcGIS Organization Styler
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
Eメール [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"
    }
}