CSS Spider

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

Wat is CSS Spider?

CSS Spider is een Chrome-extensie ontwikkeld door https://cssspider.fresalabs.com, en de belangrijkste functie is "The fastest and easiest way to check, copy and edit CSS".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie CSS Spider

Download CSS Spider-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam CSS Spider CSS Spider
ID eneakgbflmejjpkogbdmebjbfcdebjik
Officiële URL https://chromewebstore.google.com/detail/css-spider/eneakgbflmejjpkogbdmebjbfcdebjik
Beschrijving The fastest and easiest way to check, copy and edit CSS
Bestandsgrootte 2.08 MB
Aantal Installaties 1,657
Huidige Versie 1.2
Laatst Bijgewerkt 2020-11-27
Publicatiedatum 2020-10-20
Beoordeling 4.75/5 Totaal 4 Beoordelingen
Ontwikkelaar https://cssspider.fresalabs.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://cssspider.fresalabs.com/
Help Pagina-URL https://cssspider.fresalabs.com/
Ondersteunde Talen 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:\/\/*\/"
    ]
}