Bookmark Icon

Adds a bookmarks icon to the toolbar

Bookmark Icon क्या है?

Bookmark Icon fclancy78 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Adds a bookmarks icon to the toolbar"।

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

screenshot
screenshot
screenshot

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

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

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

                        Adds a bookmarks icon to the toolbar. Bookmarks can be displayed in folders or as a collapsible list. Bookmarks can also be displayed in a panel window by right-clicking the icon. There is also an option to add a "bookmarks" item to the devtools toolbar so that the bookmarks can be displayed at the side of the window.                    

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

नाम Bookmark Icon Bookmark Icon
ID apkcacbhdpjmpgbioenjmjdlecijmbch
आधिकारिक URL https://chromewebstore.google.com/detail/bookmark-icon/apkcacbhdpjmpgbioenjmjdlecijmbch
विवरण Adds a bookmarks icon to the toolbar
फ़ाइल का आकार 102 KB
स्थापना संख्या 3,774
वर्तमान संस्करण 1.7
अंतिम अपडेट 2016-12-17
प्रकाशन तिथि 2016-12-17
रेटिंग 4.46/5 कुल 24 रेटिंग्स
डेवलपर fclancy78
भुगतान के प्रकार free
समर्थित भाषाएँ id,ms,de,en,fil,fr,nl,no,vi,tr,da,et,es,hr,it,lv,lt,hu,pl,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,hi,bn,th,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "persistent": false,
        "scripts": [
            "eventpage.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "icons\/icon19.png",
            "38": "icons\/icon38.png"
        },
        "default_title": "__MSG_icon_label__",
        "default_popup": "popup.html?popup"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Alt+B"
            }
        }
    },
    "default_locale": "en",
    "description": "__MSG_description__",
    "devtools_page": "devtools.html",
    "icons": {
        "128": "icons\/icon128.png",
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png"
    },
    "manifest_version": 2,
    "name": "__MSG_extension_name__",
    "options_ui": {
        "chrome_style": true,
        "page": "options.html"
    },
    "permissions": [
        "storage",
        "*:\/\/*\/*",
        "chrome:\/\/favicon\/",
        "contextMenus",
        "bookmarks"
    ],
    "version": "1.7"
}