CSS Spider

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

What is CSS Spider?

CSS Spider is a Chrome extension developed by https://cssspider.fresalabs.com, and its main feature is "The fastest and easiest way to check, copy and edit CSS".

Extension Screenshots

screenshot
screenshot

Download CSS Spider Extension CRX File

Download CSS Spider extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name CSS Spider CSS Spider
ID eneakgbflmejjpkogbdmebjbfcdebjik
Official URL https://chromewebstore.google.com/detail/css-spider/eneakgbflmejjpkogbdmebjbfcdebjik
Description The fastest and easiest way to check, copy and edit CSS
File Size 2.08 MB
Installation Count 1,657
Current Version 1.2
Last Updated 2020-11-27
Publish Date 2020-10-20
Rating 4.75/5 Total 4 Ratings
Developer https://cssspider.fresalabs.com
Email [email protected]
Payment Type free
Extension Website https://cssspider.fresalabs.com/
Help Page URL https://cssspider.fresalabs.com/
Supported Languages 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:\/\/*\/"
    ]
}