Add Favicon to the Bookmark Bar
Add Favicon to the Bookmark Bar
Vad är Add Favicon to the Bookmark Bar?
Add Favicon to the Bookmark Bar är en Chrome-tillägg utvecklad av Vere Perrot, och dess huvudfunktion är "Add Favicon to the Bookmark Bar".
Tilläggsskärmbilder
Ladda ner Add Favicon to the Bookmark Bar-förlängningens CRX-fil
Ladda ner Add Favicon to the Bookmark Bar-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Add Favicon to the Bookmark Bar Grundläggande Information om Tillägg
| Namn | |
| ID | ipbjookipmdkionffmgohjojpohpipno |
| Officiell webbadress | https://chrome.google.com/webstore/detail/add-favicon-to-the-bookma/ipbjookipmdkionffmgohjojpohpipno |
| Beskrivning | Add Favicon to the Bookmark Bar |
| Filstorlek | 15.53 KB |
| Antal Installationer | 116 |
| Aktuell Version | 1.0 |
| Senast Uppdaterad | 2016-01-02 |
| Publiceringsdatum | 2016-01-02 |
| Betyg | 5.00/5 Totalt 1 Betyg |
| Utvecklare | Vere Perrot |
| Betalningssätt | free |
| Stödda Språk | 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"
]
} | |