Tab Number

This extension shows a number in front of tabs 4 to 8, and 9 on the last tab.

Tab Numberとは何ですか?

Tab NumberはJames Pickardによって開発されたChromeの拡張機能で、その主な機能は「This extension shows a number in front of tabs 4 to 8, and 9 on the last tab.」です。

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

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

拡張機能の使用方法

                                            

拡張機能の基本情報

名前 Tab Number Tab Number
ID gpldekllbofnjhlbjcdfajcdpfhncbli
公式URL https://chrome.google.com/webstore/detail/tab-number/gpldekllbofnjhlbjcdfajcdpfhncbli
説明 This extension shows a number in front of tabs 4 to 8, and 9 on the last tab.
ファイルサイズ 7.54 KB
インストール数 70
現在のバージョン 1.0
最終更新日 2015-10-25
公開日 2015-10-25
評価 4.33/5 合計 6 レビュー
開発者 James Pickard
支払い方法 free
拡張機能のウェブサイト https://github.com/euoia/TabNumber
ヘルプページのURL https://github.com/euoia/TabNumber/issues
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tab Number",
    "description": "This extension shows a number in front of tabs 4 to 8, and 9 on the last tab.",
    "version": "1.0",
    "icons": {
        "16": "tabnumber-16.png",
        "48": "tabnumber-48.png",
        "128": "tabnumber-128.png"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "tabnumber.js"
        ]
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}