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 |
| 官方網址 | 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:\/\/*\/*"
]
} | |