Add Favicon to the Bookmark Bar

Add Favicon to the Bookmark Bar

什麼是Add Favicon to the Bookmark Bar?

Add Favicon to the Bookmark Bar是由Vere Perrot開發的Chrome擴展程式,該擴展的主要功能是“Add Favicon to the Bookmark Bar”。

擴展截圖

screenshot

下載Add Favicon to the Bookmark Bar擴展crx文件

下載Add Favicon to the Bookmark Bar擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Add Favicon to the Bookmark Bar                    

擴展基本資訊

名稱 Add Favicon to the Bookmark Bar Add Favicon to the Bookmark Bar
ID ipbjookipmdkionffmgohjojpohpipno
官方網址 https://chrome.google.com/webstore/detail/add-favicon-to-the-bookma/ipbjookipmdkionffmgohjojpohpipno
簡介 Add Favicon to the Bookmark Bar
檔案大小 15.53 KB
安裝次數 116
目前版本 1.0
更新時間 2016-01-02
上架時間 2016-01-02
評分 5.00/5 共 1 次評分
開發者 Vere Perrot
付費類型 free
支援的語言 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"
    ]
}