Add Favicon to the Bookmark Bar
Add Favicon to the Bookmark Bar
Was ist Add Favicon to the Bookmark Bar?
Add Favicon to the Bookmark Bar ist eine Chrome-Erweiterung, die von Vere Perrot entwickelt wurde, und ihr Hauptmerkmal ist "Add Favicon to the Bookmark Bar".
Erweiterungsscreenshots
Add Favicon to the Bookmark Bar-Erweiterungs-CRX-Datei herunterladen
Laden Sie Add Favicon to the Bookmark Bar-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Add Favicon to the Bookmark Bar
Grundlegende Informationen zur Erweiterung
Name | |
ID | ipbjookipmdkionffmgohjojpohpipno |
Offizielle URL | https://chrome.google.com/webstore/detail/add-favicon-to-the-bookma/ipbjookipmdkionffmgohjojpohpipno |
Beschreibung | Add Favicon to the Bookmark Bar |
Dateigröße | 15.53 KB |
Installationsanzahl | 116 |
Aktuelle Version | 1.0 |
Letztes Update | 2016-01-02 |
Veröffentlichungsdatum | 2016-01-02 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | Vere Perrot |
Zahlungsart | free |
Unterstützte Sprachen | 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" ] } |