CSS Spider

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

Co to jest CSS Spider?

CSS Spider to rozszerzenie Chrome opracowane przez https://cssspider.fresalabs.com, a jego główną funkcją jest „The fastest and easiest way to check, copy and edit CSS”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia CSS Spider

Pobierz pliki rozszerzeń CSS Spider w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa CSS Spider CSS Spider
ID eneakgbflmejjpkogbdmebjbfcdebjik
Oficjalny URL https://chromewebstore.google.com/detail/css-spider/eneakgbflmejjpkogbdmebjbfcdebjik
Opis The fastest and easiest way to check, copy and edit CSS
Rozmiar pliku 2.08 MB
Liczba instalacji 1,657
Aktualna Wersja 1.2
Ostatnia Aktualizacja 2020-11-27
Data Publikacji 2020-10-20
Ocena 4.75/5 Łącznie 4 Oceny
Deweloper https://cssspider.fresalabs.com
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://cssspider.fresalabs.com/
Adres URL Strony Pomocy https://cssspider.fresalabs.com/
Obsługiwane Języki 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:\/\/*\/"
    ]
}