Overtab
Visual chrome tab manager that respects your context.
Overtab란 무엇입니까?
Overtab은(는) overtab에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Visual chrome tab manager that respects your context."입니다.
확장 프로그램 스크린샷
Overtab 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Overtab helps you find your tabs when you've lost track of them. Features include: -Screenshots of your tabs. -Close tabs from the overtab screen. -Domains are color coded into the overtab screen tab box's border. -Omni-complete searchbox. -**Tab-opened tracking arrows** ==>> shows you how you got to a tab when you open new links. ********************************** ************ HOT KEY ************ >>To get to overtab from anywhere in chrome: ⌘ (or) CTRL + SHIFT + a ********************************** **********************************
확장 프로그램 기본 정보
이름 | Overtab |
ID | leceanmnoanolhdkonbapdkplgikipon |
공식 URL | https://chromewebstore.google.com/detail/overtab/leceanmnoanolhdkonbapdkplgikipon |
설명 | Visual chrome tab manager that respects your context. |
파일 크기 | 641 KB |
설치 횟수 | 557 |
현재 버전 | 0.8.24 |
최근 업데이트 | 2016-02-17 |
출시 날짜 | 2016-02-17 |
평점 | 4.00/5 총 9 개의 평점 |
개발자 | overtab |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://awongh.github.io/overtab/ |
도움말 페이지 URL | http://awongh.github.io/overtab/ |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Overtab", "description": "Visual chrome tab manager that respects your context.", "version": "0.8.24", "default_locale": "en", "icons": { "19": "images\/overtab-compact-logo-19.png", "32": "images\/overtab-logo-32.png", "38": "images\/overtab-compact-logo-38.png", "48": "images\/overtab-logo-48.png", "128": "images\/overtab-logo-128.png" }, "browser_action": { "default_title": "tabs", "default_icon": { "19": "images\/overtab-compact-logo-19.png", "38": "images\/overtab-logo-38.png" } }, "background": { "persistent": false, "scripts": [ "scripts\/background.js" ] }, "homepage_url": "http:\/\/awongh.github.io\/overtab", "minimum_chrome_version": "25.0", "commands": { "open-overtab": { "suggested_key": { "default": "Ctrl+Shift+A" }, "description": "Open overTab." } }, "options_page": "options.html", "permissions": [ "background", "tabs", "storage", "unlimitedStorage", "system.memory", "history", " |