Rearm

Automatically injects the LiveReload client onto a page.

Apa itu Rearm?

Rearm adalah ekstensi Chrome yang dikembangkan oleh Roland Warmerdam, dan fitur utamanya adalah "Automatically injects the LiveReload client onto a page.".

Unduh Berkas CRX Ekstensi Rearm

Unduh file ekstensi Rearm 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

                                            

Informasi Dasar Ekstensi

Nama Rearm Rearm
ID omgokhmgebbnldchkfienblhhjlmjdlm
URL Resmi https://chrome.google.com/webstore/detail/rearm/omgokhmgebbnldchkfienblhhjlmjdlm
Deskripsi Automatically injects the LiveReload client onto a page.
Ukuran File 48.91 KB
Jumlah Instalasi 20
Versi Saat Ini 1.0.0
Terakhir Diperbarui 2013-09-10
Tanggal Publikasi 2013-09-10
Penilaian 5.00/5 Total 2 Penilaian
Pengembang Roland Warmerdam
Tipe Pembayaran free
Situs Ekstensi https://github.com/Rowno/rearm
URL Halaman Bantuan https://github.com/Rowno/rearm/issues
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "1.0.0",
    "name": "Rearm",
    "description": "Automatically injects the LiveReload client onto a page.",
    "author": "Roland Warmerdam",
    "permissions": [
        "tabs",
        "storage"
    ],
    "icons": {
        "16": "img\/icon-extension-16.png",
        "48": "img\/icon-extension-48.png",
        "128": "img\/icon-extension-128.png"
    },
    "browser_action": {
        "default_title": "Rearm",
        "default_icon": {
            "19": "img\/icon-inactive.png"
        }
    },
    "background": {
        "page": "background.html",
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/content.js"
            ]
        }
    ]
}