CSSenter

Centering in CSS made easy

CSSenter là gì?

CSSenter là một tiện ích mở rộng Chrome được phát triển bởi CSSenter, và tính năng chính của nó là "Centering in CSS made easy".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng CSSenter

Tải xuống các tệp mở rộng CSSenter dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên CSSenter CSSenter
ID pfbnhbcilleojodnblabbbggcmlpjpnb
URL Chính Thức https://chromewebstore.google.com/detail/cssenter/pfbnhbcilleojodnblabbbggcmlpjpnb
Mô tả Centering in CSS made easy
Kích Thước Tệp 124 KB
Số Lần Cài Đặt 28
Phiên Bản Hiện Tại 0.0.1.2
Cập Nhật Lần Cuối 2015-05-22
Ngày Phát Hành 2015-05-22
Đánh Giá 4.20/5 Tổng số 5 Đánh Giá
Nhà Phát Triển CSSenter
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}