style flex

changes webpage content aligment left right center

style flex क्या है?

style flex geraldinepberubes154 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "changes webpage content aligment left right center"।

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

screenshot

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

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

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

                        1)open web page example :  mdn.dev
2)click on extension icon to see default popup html
3)click on alignment buttons to change content of the web page
4)reload tab and try again, if it does not work.                    

एक्सटेंशन की मूल जानकारी

नाम style flex style flex
ID adpffjpbhgiofmjffgcnohaielbeekfk
आधिकारिक URL https://chrome.google.com/webstore/detail/style-flex/adpffjpbhgiofmjffgcnohaielbeekfk
विवरण changes webpage content aligment left right center
फ़ाइल का आकार 23.82 KB
स्थापना संख्या 5,000
वर्तमान संस्करण 0.0.0.1
अंतिम अपडेट 2022-07-19
प्रकाशन तिथि 2022-07-19
रेटिंग 1.00/5 कुल 1 रेटिंग्स
डेवलपर geraldinepberubes154
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "style flex",
    "description": "changes webpage content aligment left right center",
    "version": "0.0.0.1",
    "action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "icon.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "Content.js"
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "storage",
        "tabs",
        "webNavigation"
    ]
}