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
官方網址 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
電子郵箱 [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",
        ""
    ]
}