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 |
公式URL | 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" ] } } |