CSSenter
Centering in CSS made easy
What is CSSenter?
CSSenter is a Chrome extension developed by CSSenter, and its main feature is "Centering in CSS made easy".
Extension Screenshots
Download CSSenter Extension CRX File
Download CSSenter 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
CSSenter takes the pain out of CSS centering 1. Toggle the extension by clicking its button in the top right 2. Click the element you want centered 3. Select how you want it centered 4. Test alternative methods by clicking them 5. Copy/paste the code suggestions Done! When I have time I want to improve it/add more features, please email suggestions to [email protected] :) Thanks!
Extension Basic Information
Name | |
ID | pfbnhbcilleojodnblabbbggcmlpjpnb |
Official URL | https://chromewebstore.google.com/detail/cssenter/pfbnhbcilleojodnblabbbggcmlpjpnb |
Description | Centering in CSS made easy |
File Size | 124 KB |
Installation Count | 28 |
Current Version | 0.0.1.2 |
Last Updated | 2015-05-22 |
Publish Date | 2015-05-22 |
Rating | 4.20/5 Total 5 Ratings |
Developer | CSSenter |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "CSSenter", "description": "Centering in CSS made easy", "version": "0.0.1.2", "browser_action": { "default_icon": "images\/cssenter-icon-off-38.png" }, "permissions": [ "activeTab", "storage" ], "background": { "page": "background.html", "persistent": true }, "web_accessible_resources": [ "images\/fake-diff.png", "images\/spinner.gif", "images\/tick.png" ], "icons": { "128": "images\/cssenter-icon-128.png" } } |