style flex

changes webpage content aligment left right center

style flexとは何ですか?

style flexはgeraldinepberubes154によって開発されたChromeの拡張機能で、その主な機能は「changes webpage content aligment left right center」です。

拡張機能のスクリーンショット

screenshot

style flex拡張機能のCRXファイルをダウンロード

style flex拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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"
    ]
}