ArcGIS Organization Styler

This extension helps you to style your own ArcGIS organizarion.

Apa itu ArcGIS Organization Styler?

ArcGIS Organization Styler adalah ekstensi Chrome yang dikembangkan oleh http://www.rauljimenez.info, dan fitur utamanya adalah "This extension helps you to style your own ArcGIS organizarion.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi ArcGIS Organization Styler

Unduh file ekstensi ArcGIS Organization Styler dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama ArcGIS Organization Styler ArcGIS Organization Styler
ID odoallpdfopkgfnofcdecpllplpfahea
URL Resmi https://chrome.google.com/webstore/detail/arcgis-organization-style/odoallpdfopkgfnofcdecpllplpfahea
Deskripsi This extension helps you to style your own ArcGIS organizarion.
Ukuran File 51.12 KB
Jumlah Instalasi 214
Versi Saat Ini 1.4
Terakhir Diperbarui 2014-06-21
Tanggal Publikasi 2014-06-21
Pengembang http://www.rauljimenez.info
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/hhkaos/arcgis-organization-styler/
URL Halaman Bantuan https://github.com/hhkaos/arcgis-organization-styler/issues
Bahasa yang Didukung 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"
    }
}