CSSenter

Centering in CSS made easy

CSSenter क्या है?

CSSenter CSSenter द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Centering in CSS made easy"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में CSSenter एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
    }
}