Reload CSS

By clicking icon, this extension reloads only the CSS files loaded in the active tab. Can also reload CSS files within iframe.…

Apa itu Reload CSS?

Reload CSS adalah ekstensi Chrome yang dikembangkan oleh Ozawa Masayuki, dan fitur utamanya adalah "By clicking icon, this extension reloads only the CSS files loaded in the active tab. Can also reload CSS files within iframe.…".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Reload CSS

Unduh file ekstensi Reload CSS 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

                        By clicking icon, this extension reloads only the CSS files loaded in the active tab.
Can also reload CSS files within iframe.
Minimum resource usage (only activated when the extension's icon was clicked).
Open sourced.                    

Informasi Dasar Ekstensi

Nama Reload CSS Reload CSS
ID ckaofffdgmblmfkglibpaleigpldjjem
URL Resmi https://chromewebstore.google.com/detail/reload-css/ckaofffdgmblmfkglibpaleigpldjjem
Deskripsi By clicking icon, this extension reloads only the CSS files loaded in the active tab. Can also reload CSS files within iframe.…
Ukuran File 7.48 KB
Jumlah Instalasi 2,509
Versi Saat Ini 1.0.1
Terakhir Diperbarui 2020-11-22
Tanggal Publikasi 2018-09-27
Penilaian 5.00/5 Total 3 Penilaian
Pengembang Ozawa Masayuki
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/ozami/reload-css
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Reload CSS",
    "description": "",
    "version": "1.0.1",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "activeTab"
    ],
    "browser_action": {
        "default_icon": {
            "16": "icon16.png",
            "48": "icon48.png",
            "128": "icon128.png"
        }
    }
}