Tab Namer

Renames tabs to: " ".

Tab Namerとは何ですか?

Tab NamerはJames Stoutによって開発されたChromeの拡張機能で、その主な機能は「Renames tabs to: " ".」です。

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

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

拡張機能の使用方法

                        Renames all tabs to follow a standard format: "  ". It is simple and reliable, but if you are looking for something configurable then this is not the extension for you.                    

拡張機能の基本情報

名前 Tab Namer Tab Namer
ID mhlkchmeabcgmaedklpajbokfaapcgoo
公式URL https://chromewebstore.google.com/detail/tab-namer/mhlkchmeabcgmaedklpajbokfaapcgoo
説明 Renames tabs to: " ".
ファイルサイズ 4.84 KB
インストール数 31
現在のバージョン 1.2
最終更新日 2018-05-26
公開日 2018-05-26
評価 3.67/5 合計 3 レビュー
開発者 James Stout
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tab Namer",
    "version": "1.2",
    "description": "Renames tabs to: \"  \".",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "tabs",
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_start"
        }
    ]
}