Add Favicon to the Bookmark Bar

Add Favicon to the Bookmark Bar

Wat is Add Favicon to the Bookmark Bar?

Add Favicon to the Bookmark Bar is een Chrome-extensie ontwikkeld door Vere Perrot, en de belangrijkste functie is "Add Favicon to the Bookmark Bar".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Add Favicon to the Bookmark Bar

Download Add Favicon to the Bookmark Bar-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Add Favicon to the Bookmark Bar                    

Basisinformatie over de Extensie

Naam Add Favicon to the Bookmark Bar Add Favicon to the Bookmark Bar
ID ipbjookipmdkionffmgohjojpohpipno
Officiële URL https://chrome.google.com/webstore/detail/add-favicon-to-the-bookma/ipbjookipmdkionffmgohjojpohpipno
Beschrijving Add Favicon to the Bookmark Bar
Bestandsgrootte 15.53 KB
Aantal Installaties 116
Huidige Versie 1.0
Laatst Bijgewerkt 2016-01-02
Publicatiedatum 2016-01-02
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar Vere Perrot
Betalingswijze free
Ondersteunde Talen 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"
    ]
}