Numbered Tabs

Add a numeric prefix before the tab's title.

Numbered Tabsとは何ですか?

Numbered TabsはNarin Luangrathによって開発されたChromeの拡張機能で、その主な機能は「Add a numeric prefix before the tab's title.」です。

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

screenshot

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

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

拡張機能の使用方法

                        - Simple extension for people who use ⌘/ctrl +  to navigate between tabs.

- Adds a numeric prefix before the tab title (e.g. "4. YouTube")

- It's open source. Request features / bug fixes here: https://github.com/narinluangrath/numbered-tabs                    

拡張機能の基本情報

名前 Numbered Tabs Numbered Tabs
ID iocebdgkllilbhbekghlbpmhfeejgcgi
公式URL https://chromewebstore.google.com/detail/numbered-tabs/iocebdgkllilbhbekghlbpmhfeejgcgi
説明 Add a numeric prefix before the tab's title.
ファイルサイズ 4 KB
インストール数 2,522
現在のバージョン 0.2.2
最終更新日 2020-04-30
公開日 2020-04-27
評価 3.91/5 合計 22 レビュー
開発者 Narin Luangrath
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Numbered Tabs",
    "version": "0.2.2",
    "description": "Add a numeric prefix before the tab's title.",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "manifest_version": 2,
    "permissions": [
        "tabs",
        ""
    ]
}