style flex

changes webpage content aligment left right center

What is style flex?

style flex is a Chrome extension developed by geraldinepberubes154, and its main feature is "changes webpage content aligment left right center".

Extension Screenshots

screenshot

Download style flex Extension CRX File

Download style flex extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name style flex style flex
ID adpffjpbhgiofmjffgcnohaielbeekfk
Official URL https://chrome.google.com/webstore/detail/style-flex/adpffjpbhgiofmjffgcnohaielbeekfk
Description changes webpage content aligment left right center
File Size 23.82 KB
Installation Count 5,000
Current Version 0.0.0.1
Last Updated 2022-07-19
Publish Date 2022-07-19
Rating 1.00/5 Total 1 Ratings
Developer geraldinepberubes154
Email [email protected]
Payment Type free
Supported Languages 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"
    ]
}