CSS Filters Editor

Chrome DevTools extension that adds a sidebar to the Elements panel to edit CSS Filters with sliders, support for drag and drop,…

What is CSS Filters Editor?

CSS Filters Editor is a Chrome extension developed by http://www.clicktorelease.com, and its main feature is "Chrome DevTools extension that adds a sidebar to the Elements panel to edit CSS Filters with sliders, support for drag and drop,…".

Extension Screenshots

screenshot

Download CSS Filters Editor Extension CRX File

Download CSS Filters Editor 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

                        Chrome DevTools extension that adds a sidebar to the Elements panel to edit CSS Filters with sliders, support for drag and drop, etc.                    

Extension Basic Information

Name CSS Filters Editor CSS Filters Editor
ID jeidmdcnbpcnjmmeelolmhldaboickfn
Official URL https://chrome.google.com/webstore/detail/css-filters-editor/jeidmdcnbpcnjmmeelolmhldaboickfn
Description Chrome DevTools extension that adds a sidebar to the Elements panel to edit CSS Filters with sliders, support for drag and drop,…
File Size 14.3 KB
Installation Count 235
Current Version 1.3
Last Updated 2016-01-04
Publish Date 2016-01-04
Rating 5.00/5 Total 1 Ratings
Developer http://www.clicktorelease.com
Email [email protected]
Payment Type free
Extension Website https://github.com/spite/css-filters-devtools-extension
Help Page URL https://github.com/spite/css-filters-devtools-extension/issues
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "CSS Filters Editor",
    "short_name": "Filters",
    "version": "1.3",
    "manifest_version": 2,
    "minimum_chrome_version": "10.0",
    "devtools_page": "devtools.html",
    "permissions": [
        "tabs",
        "activeTab",
        ""
    ]
}