Table Row Numbers

This Chrome extension adds row numbers to all HTML tables in the left-most column.

Table Row Numbersとは何ですか?

Table Row Numbersはhttps://ethanmallove.comによって開発されたChromeの拡張機能で、その主な機能は「This Chrome extension adds row numbers to all HTML tables in the left-most column.」です。

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

screenshot

Table Row Numbers拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Useful for easily counting rows in a large table (e.g., on Wikipedia) and tracking the original position of each row in the table after sorting.                    

拡張機能の基本情報

名前 Table Row Numbers Table Row Numbers
ID dlngenonkpbkkdcpbmjngnadngbimlmi
公式URL https://chromewebstore.google.com/detail/table-row-numbers/dlngenonkpbkkdcpbmjngnadngbimlmi
説明 This Chrome extension adds row numbers to all HTML tables in the left-most column.
ファイルサイズ 46.9 KB
インストール数 249
現在のバージョン 1.3
最終更新日 2020-05-04
公開日 2020-05-01
評価 5.00/5 合計 1 レビュー
開発者 https://ethanmallove.com
Eメール [email protected]
支払い方法 free
プライバシーポリシーページのURL https://www.freeprivacypolicy.com/live/167bda2a-2c8c-440d-881c-7ae16f147200
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Table Row Numbers",
    "description": "This Chrome extension adds row numbers to all HTML tables in the left-most column.",
    "version": "1.3",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "16": "TableRowNumbering--icon-16x16.png",
        "48": "TableRowNumbering--icon-48x48.png",
        "128": "TableRowNumbering--icon-128x128.png"
    }
}