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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" ] } } |