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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Vertical grouping of tabs, quick search in favorites and in the history of page views"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Vertical Tabs & Bookmarks एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
        ]
    }
}