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插件。
扩展使用说明
扩展基本信息
名称 | |
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:\/\/*\/*" ] } |