CSSenter

Centering in CSS made easy

CSSenterคืออะไร?

CSSenter เป็นส่วนขยายของ Chrome ที่พัฒนาโดย CSSenter และคุณลักษณะหลักของมันคือ "Centering in CSS made easy"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย CSSenter

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    }
}