Vertical Tabs Popup
Keep it simple! A very simple extension that lets you see the tabs in a vertical manner in a popup window. The window can…
Vertical Tabs Popup란 무엇입니까?
Vertical Tabs Popup은(는) frankmannen에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Keep it simple! A very simple extension that lets you see the tabs in a vertical manner in a popup window. The window can…"입니다.
확장 프로그램 스크린샷
Vertical Tabs Popup 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Keep it simple! A very simple extension that lets you see the tabs in a vertical manner in a popup window. The window can preferably be place to the side of the main google chrome window. Similar to Vertical Tabs for Firefox. The position and size of the popup with tabs should be remembered after you set it the first time. Revisions: 2014-05-13 version 0.14 - Fixed bug for html-characters in tab title. 2013-07-26 version 0.12 - Removed time-based auto-refresh on the tabs since chrome updated it's API to support update event when favicon has been loaded - Added support for multiple windows. The tabs popup will use the currently active window.
확장 프로그램 기본 정보
이름 | Vertical Tabs Popup |
ID | cajhlgkpfinedhdkhecjkkcjgdjnkijf |
공식 URL | https://chromewebstore.google.com/detail/vertical-tabs-popup/cajhlgkpfinedhdkhecjkkcjgdjnkijf |
설명 | Keep it simple! A very simple extension that lets you see the tabs in a vertical manner in a popup window. The window can… |
파일 크기 | 87.65 KB |
설치 횟수 | 205 |
현재 버전 | 0.14 |
최근 업데이트 | 2014-05-13 |
출시 날짜 | 2014-05-13 |
평점 | 1.50/5 총 10 개의 평점 |
개발자 | frankmannen |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Vertical Tabs Popup", "description": "", "version": "0.14", "background": { "scripts": [ "script.js" ] }, "browser_action": { "default_popup": "browser_action.html" }, "permissions": [ "tabs", "bookmarks", " |