CSS Spider

The fastest and easiest way to check, copy and edit CSS

Apa itu CSS Spider?

CSS Spider adalah ekstensi Chrome yang dikembangkan oleh https://cssspider.fresalabs.com, dan fitur utamanya adalah "The fastest and easiest way to check, copy and edit CSS".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi CSS Spider

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

                        The fastest and easiest way to check, copy and edit CSS and forget about inspect element for CSS                    

Informasi Dasar Ekstensi

Nama CSS Spider CSS Spider
ID eneakgbflmejjpkogbdmebjbfcdebjik
URL Resmi https://chromewebstore.google.com/detail/css-spider/eneakgbflmejjpkogbdmebjbfcdebjik
Deskripsi The fastest and easiest way to check, copy and edit CSS
Ukuran File 2.08 MB
Jumlah Instalasi 1,657
Versi Saat Ini 1.2
Terakhir Diperbarui 2020-11-27
Tanggal Publikasi 2020-10-20
Penilaian 4.75/5 Total 4 Penilaian
Pengembang https://cssspider.fresalabs.com
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://cssspider.fresalabs.com/
URL Halaman Bantuan https://cssspider.fresalabs.com/
Bahasa yang Didukung en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "short_name": "CSS-Spider",
    "name": "CSS Spider",
    "version": "1.2",
    "description": "The fastest and easiest way to check, copy and edit CSS",
    "manifest_version": 2,
    "browser_action": {
        "default_title": "Css Spider"
    },
    "icons": {
        "128": "logo.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "activeTab",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ]
}