Tabs
A simple, usable index of all your tabs.
Tabs란 무엇입니까?
Tabs은(는) kenmoore에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A simple, usable index of all your tabs."입니다.
확장 프로그램 스크린샷
Tabs 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Don't let a ton of tabs slow you down. Press Alt+T to toggle a heads-up list of all your tabs.
확장 프로그램 기본 정보
이름 | |
ID | cdbepibloojgbmnofbejfgglmdlifadj |
공식 URL | https://chrome.google.com/webstore/detail/tabs/cdbepibloojgbmnofbejfgglmdlifadj |
설명 | A simple, usable index of all your tabs. |
파일 크기 | 127 KB |
설치 횟수 | 1,000 |
현재 버전 | 0.34 |
최근 업데이트 | 2019-05-14 |
출시 날짜 | 2019-05-14 |
평점 | 4.67/5 총 30 개의 평점 |
개발자 | kenmoore |
결제 유형 | free |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Tabs", "description": "A simple, usable index of all your tabs.", "version": "0.34", "author": "Ken Moore", "browser_action": { "default_icon": { "19": "images\/browser-action-19.png", "38": "images\/browser-action-38.png" } }, "icons": { "16": "images\/icon-16.png", "32": "images\/icon-32.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" }, "permissions": [ "tabs", "activeTab", "sessions", "storage" ], "web_accessible_resources": [ "css\/styles.css", "css\/cleanslate.css", "fonts\/*.woff2", "images\/*.svg", "images\/*.png" ], "commands": { "_execute_browser_action": { "suggested_key": { "default": "Alt+T" } }, "list-tabs": { "suggested_key": { "default": "Shift+Alt+T" }, "description": "Show a list of all open tabs" } }, "background": { "scripts": [ "js\/eventPage.js" ], "persistent": false } } |