TopBookmarkToolbar

A convenient bookmarks toolbar on the top of web pages.

TopBookmarkToolbar क्या है?

TopBookmarkToolbar tzengshinfu द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A convenient bookmarks toolbar on the top of web pages."।

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

crx प्रारूप में TopBookmarkToolbar एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        A convenient bookmarks toolbar on the top of web pages.

v1.1.0 Release Notes:
[1]Add collapse menu function. -> when root bookmarks overflowed toolbar
[2]Add pause showing toolbar in 10sec function. -> on right click menu

v1.1.2 Bug fixes:
[1]Fix menu without scrollbar. -> when bookmarks go out of window viewable area                    

एक्सटेंशन की मूल जानकारी

नाम TopBookmarkToolbar TopBookmarkToolbar
ID obbhcemdieglpilieepgcbhpocmbkphm
आधिकारिक URL https://chromewebstore.google.com/detail/topbookmarktoolbar/obbhcemdieglpilieepgcbhpocmbkphm
विवरण A convenient bookmarks toolbar on the top of web pages.
फ़ाइल का आकार 10.89 KB
स्थापना संख्या 49
वर्तमान संस्करण 1.1.2
अंतिम अपडेट 2017-04-05
प्रकाशन तिथि 2017-04-05
रेटिंग 3.00/5 कुल 3 रेटिंग्स
डेवलपर tzengshinfu
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "version": "1.1.2",
    "default_locale": "en",
    "minimum_chrome_version": "26",
    "manifest_version": 2,
    "permissions": [
        "bookmarks",
        "contextMenus",
        "activeTab"
    ],
    "icons": {
        "16": "icon_16.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "background": {
        "scripts": [
            "eventPage.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content_scripts.js"
            ],
            "css": [
                "mystyles.css"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        "folder.png",
        "url.png",
        "collapse.png",
        "pause.png"
    ]
}

संबंधित एक्सटेंशन्स