Atomic CSS Devtools

A handy devtools extension for atomic css user. Transform element style to atomic css class automatically from your chrome devtool…

What is Atomic CSS Devtools?

Atomic CSS Devtools is a Chrome extension developed by ArvinH, and its main feature is "A handy devtools extension for atomic css user. Transform element style to atomic css class automatically from your chrome devtool…".

Extension Screenshots

screenshot

Download Atomic CSS Devtools Extension CRX File

Download Atomic CSS Devtools 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

                        A handy devtools extension for atomic css user. Transform element style to atomic css class automatically from your chrome devtool Element panel.                    

Extension Basic Information

Name Atomic CSS Devtools Atomic CSS Devtools
ID dpkcndhnanpdlppppalhnhfbokhicdmi
Official URL https://chromewebstore.google.com/detail/atomic-css-devtools/dpkcndhnanpdlppppalhnhfbokhicdmi
Description A handy devtools extension for atomic css user. Transform element style to atomic css class automatically from your chrome devtool…
File Size 2.04 MB
Installation Count 73
Current Version 1.4.1
Last Updated 2023-08-07
Publish Date 2018-07-19
Rating 3.00/5 Total 4 Ratings
Developer ArvinH
Email [email protected]
Payment Type free
Extension Website https://github.com/ArvinH/acss_devtool
Help Page URL https://github.com/ArvinH/acss_devtool/issues
Supported Languages zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.4.1",
    "name": "Atomic CSS Devtools",
    "devtools_page": "devtools.html",
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "action": {
        "default_icon": ".\/images\/acss_devtools.png"
    },
    "icons": {
        "16": ".\/images\/acss_devtools16x16.png",
        "48": ".\/images\/acss_devtools48x48.png",
        "128": ".\/images\/acss_devtools.png"
    },
    "manifest_version": 3
}