Bookmark Icon
Adds a bookmarks icon to the toolbar
Was ist Bookmark Icon?
Bookmark Icon ist eine Chrome-Erweiterung, die von fclancy78 entwickelt wurde, und ihr Hauptmerkmal ist "Adds a bookmarks icon to the toolbar".
Erweiterungsscreenshots
Bookmark Icon-Erweiterungs-CRX-Datei herunterladen
Laden Sie Bookmark Icon-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
Adds a bookmarks icon to the toolbar. Bookmarks can be displayed in folders or as a collapsible list. Bookmarks can also be displayed in a panel window by right-clicking the icon. There is also an option to add a "bookmarks" item to the devtools toolbar so that the bookmarks can be displayed at the side of the window. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | apkcacbhdpjmpgbioenjmjdlecijmbch |
| Offizielle URL | https://chromewebstore.google.com/detail/bookmark-icon/apkcacbhdpjmpgbioenjmjdlecijmbch |
| Beschreibung | Adds a bookmarks icon to the toolbar |
| Dateigröße | 102 KB |
| Installationsanzahl | 3,774 |
| Aktuelle Version | 1.7 |
| Letztes Update | 2016-12-17 |
| Veröffentlichungsdatum | 2016-12-17 |
| Bewertung | 4.46/5 Insgesamt 24 Bewertungen |
| Entwickler | fclancy78 |
| Zahlungsart | free |
| Unterstützte Sprachen | id,ms,de,en,fil,fr,nl,no,vi,tr,da,et,es,hr,it,lv,lt,hu,pl,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,hi,bn,th,ar,zh-CN,zh-TW,ja,ko |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"background": {
"persistent": false,
"scripts": [
"eventpage.js"
]
},
"browser_action": {
"default_icon": {
"19": "icons\/icon19.png",
"38": "icons\/icon38.png"
},
"default_title": "__MSG_icon_label__",
"default_popup": "popup.html?popup"
},
"commands": {
"_execute_browser_action": {
"suggested_key": {
"default": "Alt+B"
}
}
},
"default_locale": "en",
"description": "__MSG_description__",
"devtools_page": "devtools.html",
"icons": {
"128": "icons\/icon128.png",
"16": "icons\/icon16.png",
"48": "icons\/icon48.png"
},
"manifest_version": 2,
"name": "__MSG_extension_name__",
"options_ui": {
"chrome_style": true,
"page": "options.html"
},
"permissions": [
"storage",
"*:\/\/*\/*",
"chrome:\/\/favicon\/",
"contextMenus",
"bookmarks"
],
"version": "1.7"
} | |