table-sort-js

Makes tables sortable using table-sort-js: https://github.com/LeeWannacott/table-sort-js

table-sort-jsとは何ですか?

table-sort-jsはLee Wannacottによって開発されたChromeの拡張機能で、その主な機能は「Makes tables sortable using table-sort-js: https://github.com/LeeWannacott/table-sort-js」です。

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

screenshot

table-sort-js拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Make the tables of websites you visit sortable!                    

拡張機能の基本情報

名前 table-sort-js table-sort-js
ID dioemkojkjhlhmfiocgniipejgkbfibb
公式URL https://chromewebstore.google.com/detail/table-sort-js/dioemkojkjhlhmfiocgniipejgkbfibb
説明 Makes tables sortable using table-sort-js: https://github.com/LeeWannacott/table-sort-js
ファイルサイズ 10.47 KB
インストール数 50
現在のバージョン 1.18.3
最終更新日 2023-12-29
公開日 2023-05-14
開発者 Lee Wannacott
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/LeeWannacott/table-sort-js
ヘルプページのURL https://github.com/LeeWannacott/table-sort-js/issues
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "author": "Lee Wannacott",
    "name": "table-sort-js",
    "version": "1.18.3",
    "description": "Makes tables sortable using table-sort-js: https:\/\/github.com\/LeeWannacott\/table-sort-js",
    "icons": {
        "48": "icons\/t.png"
    },
    "browser_action": {
        "default_icon": ".\/icons\/t.png",
        "default_title": "table-sort-js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "addTableSortClass.js",
                "table-sort.js"
            ]
        }
    ]
}