Add Favicon to the Bookmark Bar

Add Favicon to the Bookmark Bar

Apa itu Add Favicon to the Bookmark Bar?

Add Favicon to the Bookmark Bar adalah ekstensi Chrome yang dikembangkan oleh Vere Perrot, dan fitur utamanya adalah "Add Favicon to the Bookmark Bar".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Add Favicon to the Bookmark Bar

Unduh file ekstensi Add Favicon to the Bookmark Bar dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        Add Favicon to the Bookmark Bar                    

Informasi Dasar Ekstensi

Nama Add Favicon to the Bookmark Bar Add Favicon to the Bookmark Bar
ID ipbjookipmdkionffmgohjojpohpipno
URL Resmi https://chrome.google.com/webstore/detail/add-favicon-to-the-bookma/ipbjookipmdkionffmgohjojpohpipno
Deskripsi Add Favicon to the Bookmark Bar
Ukuran File 15.53 KB
Jumlah Instalasi 116
Versi Saat Ini 1.0
Terakhir Diperbarui 2016-01-02
Tanggal Publikasi 2016-01-02
Penilaian 5.00/5 Total 1 Penilaian
Pengembang Vere Perrot
Tipe Pembayaran free
Bahasa yang Didukung 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"
    ]
}