CSS Reloader (fixed)

CSS Reloader is a browser extension, that allows you to reload CSS without reloading the page itself.

Apa itu CSS Reloader (fixed)?

CSS Reloader (fixed) adalah ekstensi Chrome yang dikembangkan oleh KhodeN, dan fitur utamanya adalah "CSS Reloader is a browser extension, that allows you to reload CSS without reloading the page itself.".

Unduh Berkas CRX Ekstensi CSS Reloader (fixed)

Unduh file ekstensi CSS Reloader (fixed) 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 fork of https://chrome.google.com/webstore/detail/css-reloader/dnfpcpfijpdhabaoieccoclghgplmpbd extension with fixed error. Works in current Chrome.                    

Informasi Dasar Ekstensi

Nama CSS Reloader (fixed) CSS Reloader (fixed)
ID fkbenfjedcbdpmkgbmbliahhmohamdlj
URL Resmi https://chrome.google.com/webstore/detail/css-reloader-fixed/fkbenfjedcbdpmkgbmbliahhmohamdlj
Deskripsi CSS Reloader is a browser extension, that allows you to reload CSS without reloading the page itself.
Ukuran File 85.38 KB
Jumlah Instalasi 304
Versi Saat Ini 1.1.2
Terakhir Diperbarui 2016-08-03
Tanggal Publikasi 2016-08-03
Penilaian 1.00/5 Total 4 Penilaian
Pengembang KhodeN
Tipe Pembayaran free
Situs Ekstensi https://chrome.google.com/webstore/detail/css-reloader/dnfpcpfijpdhabaoieccoclghgplmpbd
URL Halaman Bantuan https://chrome.google.com/webstore/detail/css-reloader/dnfpcpfijpdhabaoieccoclghgplmpbd
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "background": {
        "page": "background.htm"
    },
    "content_scripts": [
        {
            "js": [
                "cssreloader.content.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "description": "CSS Reloader is a browser extension, that allows you to reload CSS without reloading the page itself.",
    "icons": {
        "128": "icons\/icon_128.png",
        "16": "icons\/icon_16.png",
        "256": "icons\/icon_256.png",
        "48": "icons\/icon_48.png"
    },
    "name": "CSS Reloader (fixed)",
    "options_page": "options.htm",
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "contextMenus",
        "tabs"
    ],
    "version": "1.1.2"
}