Vertical Tabs & Bookmarks

Vertical grouping of tabs, quick search in favorites and in the history of page views

Vertical Tabs & Bookmarks란 무엇입니까?

Vertical Tabs & Bookmarks은(는) Develop Extensions에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Vertical grouping of tabs, quick search in favorites and in the history of page views"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Vertical Tabs & Bookmarks 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Convenient navigation through tabs, search for open tabs, search in favorites. + Add tags for quick search.
Easy interface, and fast speed

version 1.14.* - stable version
Added history.
Increased speed and improved styles.
1.14.3 Improved response speed.
1.14.4 Fix bugs.
1.14.5 Styles and functional.
1.14.6 Fixed search in bookmarks.
1.14.7-8 Added sorting tabs, removing duplicate bookmarks and customizing the interface.
1.14.9 fix bugs
1.14.10 
Number of open tabs added to the icon
Button added to tabs, add remove tab in bookmarks
Second click disables tag
1.14.11 
1) increased window height
2) added tabs animation
3) scroll saved in tabs                    

확장 프로그램 기본 정보

이름 Vertical Tabs & Bookmarks Vertical Tabs & Bookmarks
ID oedoaajapfkjmgicngblombignfbemko
공식 URL https://chromewebstore.google.com/detail/vertical-tabs-bookmarks/oedoaajapfkjmgicngblombignfbemko
설명 Vertical grouping of tabs, quick search in favorites and in the history of page views
파일 크기 55.6 KB
설치 횟수 2,714
현재 버전 1.14.11
최근 업데이트 2020-01-06
출시 날짜 2019-12-26
평점 4.46/5 총 24 개의 평점
개발자 Develop Extensions
이메일 [email protected]
결제 유형 free
지원되는 언어 de,en,fr,es,ru,ar,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "version": "1.14.11",
    "description": "__MSG_extDescription__",
    "default_locale": "en",
    "icons": {
        "128": "img\/vt.png"
    },
    "permissions": [
        "tabs",
        "bookmarks",
        "history",
        "chrome:\/\/favicon\/"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "browser_action": {
        "default_title": "__MSG_extName__",
        "default_icon": "img\/vt.png",
        "default_popup": "popup.html"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    }
}