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
官方網址 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"
    }
}