Atomic CSS Helper
Convert between Atomic and Regular CSS
What is Atomic CSS Helper?
Atomic CSS Helper is a Chrome extension developed by eddie.azinge, and its main feature is "Convert between Atomic and Regular CSS".
Extension Screenshots
Download Atomic CSS Helper Extension CRX File
Download Atomic CSS Helper 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
Extension Basic Information
Name | ![]() |
ID | gpickgadladepnjlmaipnekafhpmangd |
Official URL | https://chrome.google.com/webstore/detail/atomic-css-helper/gpickgadladepnjlmaipnekafhpmangd |
Description | Convert between Atomic and Regular CSS |
File Size | 32.26 KB |
Installation Count | 19 |
Current Version | 1.1 |
Last Updated | 2016-08-10 |
Publish Date | 2016-08-10 |
Rating | 3.00/5 Total 1 Ratings |
Developer | eddie.azinge |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Atomic CSS Helper", "description": "Convert between Atomic and Regular CSS", "version": "1.1", "devtools_page": "devtools.html", "browser_action": { "default_icon": "img\/acss.png", "default_title": "Convert CSS\/ACSS", "default_popup": "popup.html" }, "background": { "scripts": [ "js\/background.js" ] }, "permissions": [ "activeTab" ] } |