01. Tabs
Add a number in front of tab titles, easily use quick hot keys to switch to tab. e.g. Ctrl+7 / CMD+7
什麼是01. Tabs?
01. Tabs是由https://aksol.com開發的Chrome擴展程式,該擴展的主要功能是“Add a number in front of tab titles, easily use quick hot keys to switch to tab. e.g. Ctrl+7 / CMD+7”。
擴展截圖
下載01. Tabs擴展crx文件
下載01. Tabs擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
This extension is a quick way to add a number at start of each tab in title. It is helpful for you to keep count of number of tabs you have opened. It can be helpful to easily use quick hot keys to switch to tab. On Windows and Linux/UNIX you can use Control key with the tab number. On Mac you can use Command key with tab number. e.g. Windows / Linux / UNIX : Ctrl+7 Mac: CMD+7 What's New - v 1.3 * Fixed bugs where title of extension gallery was being updated. * Fixed bug where 10. was being updated as 010.
擴展基本資訊
名稱 | 01. Tabs |
ID | ennmnifpnkbipkcamokebcjmofhbiiil |
官方網址 | https://chromewebstore.google.com/detail/01-tabs/ennmnifpnkbipkcamokebcjmofhbiiil |
簡介 | Add a number in front of tab titles, easily use quick hot keys to switch to tab. e.g. Ctrl+7 / CMD+7 |
檔案大小 | 22.61 KB |
安裝次數 | 85 |
目前版本 | 1.31 |
更新時間 | 2013-04-30 |
上架時間 | 2013-04-30 |
評分 | 3.20/5 共 10 次評分 |
開發者 | https://aksol.com |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "name": "01. Tabs", "version": "1.31", "manifest_version": 2, "description": "Add a number in front of tab titles, easily use quick hot keys to switch to tab. e.g. Ctrl+7 \/ CMD+7", "icons": { "16": "ntabs-16.png", "48": "ntabs-48.png", "128": "ntabs-128.png" }, "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*", "tabs" ], "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "background": { "persistent": false, "scripts": [ "ntabsupdate.js" ] } } |