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
电子邮箱 [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",
        ""
    ]
}