Add Favicon to the Bookmark Bar

Add Favicon to the Bookmark Bar

What is Add Favicon to the Bookmark Bar?

Add Favicon to the Bookmark Bar is a Chrome extension developed by Vere Perrot, and its main feature is "Add Favicon to the Bookmark Bar".

Extension Screenshots

screenshot

Download Add Favicon to the Bookmark Bar Extension CRX File

Download Add Favicon to the Bookmark Bar extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Add Favicon to the Bookmark Bar                    

Extension Basic Information

Name Add Favicon to the Bookmark Bar Add Favicon to the Bookmark Bar
ID ipbjookipmdkionffmgohjojpohpipno
Official URL https://chrome.google.com/webstore/detail/add-favicon-to-the-bookma/ipbjookipmdkionffmgohjojpohpipno
Description Add Favicon to the Bookmark Bar
File Size 15.53 KB
Installation Count 116
Current Version 1.0
Last Updated 2016-01-02
Publish Date 2016-01-02
Rating 5.00/5 Total 1 Ratings
Developer Vere Perrot
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Add Favicon to the Bookmark Bar",
    "version": "1.0",
    "manifest_version": 2,
    "description": "Add Favicon to the Bookmark Bar",
    "author": "Vere Perrot",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "browser_action": {
        "default_icon": "images\/icon.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "bookmarks",
        "tabs"
    ]
}