CSSenter

Centering in CSS made easy

什么是CSSenter?

CSSenter是由CSSenter开发的Chrome扩展程序,该扩展的主要功能是“Centering in CSS made easy”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载CSSenter扩展crx文件

下载CSSenter扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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!                    

扩展基本信息

名称 CSSenter CSSenter
ID pfbnhbcilleojodnblabbbggcmlpjpnb
官方URL https://chromewebstore.google.com/detail/cssenter/pfbnhbcilleojodnblabbbggcmlpjpnb
简介 Centering in CSS made easy
文件大小 124 KB
安装次数 28
当前版本 0.0.1.2
更新时间 2015-05-22
上架时间 2015-05-22
评分 4.20/5 共5次评分
开发者 CSSenter
付费类型 free
支持的语言 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"
    }
}