Bookmark Iconizer

Set your icons for bookmarks which came without it!

Was ist Bookmark Iconizer?

Bookmark Iconizer ist eine Chrome-Erweiterung, die von Kaligula entwickelt wurde, und ihr Hauptmerkmal ist "Set your icons for bookmarks which came without it!".

Erweiterungsscreenshots

screenshot
screenshot

Bookmark Iconizer-Erweiterungs-CRX-Datei herunterladen

Laden Sie Bookmark Iconizer-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

                        Some of your bookmarks don't have any favicon (icon)? Well, then add one!
Google Chrome doesn't let you do this natively ¯\_(°∩°)_/¯ So this extension uses a hack on Google Chrome, that works ;)

FEATURES:
→ If your bookmark doesn't have an icon (or has a blank icon) this will let you set it a favicon!
→ This is permanent, so favicons stay even if you turn off or uninstall this extension :D Unlike in every other extension I saw! (That's why I made this one.)
→ If you leave it, though, it will provide you a simple quick and dynamic search through your bookmarks :)
→ This extension allows you also to set favicons also for bookmarklets (=scripts)! \o/

USER'S SAY:
→ "A tiny bit of fiddling around involved but worth it."
→ "it's a bit fiddly but it works"

INCOVENIENCES:
→ Google Chrome doesn't let extensions managing favicons. The only way to do this is to import bookmarks (one or more) from a backup file with a fixed favicon stored in it. This extension will let you choose bookmarks, choose favicons, create such backup file automatically and then you'll have to export it and import it again. There's no other way ¯\_(°∩°)_/¯
→ And while it's importing bookmarks which you already have, it results in duplication of them. No worries, the duplicates are all in one directory (folder) at the end of Bookmarks Bar. 
→ In Google Chrome favicon is related to a bookmark's address (URL) and is permanent (when set in this way). So if *you* change favicon once, you can't change it again. The workaround is to change the URL of bookmark a little (e.g. add "#" or "/" at the end, or empty parameter "?sth" or "&sth") – for Chrome it will be a new bookmark.
→ While you can set a favicon for bookmarklets (scripts) it's probably not possible to set if for bookmarklets with only anonymous function, like: "javascript:(function(){…})()". Sorry. I also had to edit half of my bookmarklets.
→ It is not possible in Google Chrome to change icons of folders. Sorry. I'm sad, too.

ANY PROBLEMS WITH THIS EXTENSION?
Questions, problems, requests – report on GitHub:
→ https://github.com/Kaligula0/bookmark-iconizer/issues

If you like it then please buy me a beer 🍺 (donate me on PayPal: [email protected]) ;)

= Version history =
1.7.3 – fix dealing with bookmarklets that include '#'
1.7.2 – update manifest to v3
1.7.1 – minor text modification in popup
1.7.0 – more detailed Store description, more detailed instructions, fixed dead links
1.6.0 – fix: auto-remove newly imported duplicates; more instructions
1.5.6 – added data policy (extension doesn't collect/send *any* data), icon bug fix
1.5.3 – scroll fix, disabled some useless functions
1.5.2 – scroll fix
1.5.1 – minor fixes
1.5.0 – fixed importing URIs with quotes, added info about manual import (because Google has removed automatic import feature from Chrome extensions)
1.4.0 – debugging options included
1.3.1 – minor fixes
1.3.0 – iconized bookmarks code in form of a link
1.2.0 – iconized bookmarks code enveloped in an iframe
1.1.0 – added [get code] link for default favicons in table
1.0.0 – first deployment                    

Grundlegende Informationen zur Erweiterung

Name Bookmark Iconizer Bookmark Iconizer
ID hbnmehpggmbpiackncinpnlgkgbgmpjk
Offizielle URL https://chromewebstore.google.com/detail/bookmark-iconizer/hbnmehpggmbpiackncinpnlgkgbgmpjk
Beschreibung Set your icons for bookmarks which came without it!
Dateigröße 24.02 KB
Installationsanzahl 1,102
Aktuelle Version 1.7.3
Letztes Update 2024-03-04
Veröffentlichungsdatum 2020-05-05
Bewertung 3.38/5 Insgesamt 13 Bewertungen
Entwickler Kaligula
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://www.facebook.com/BookmarkIconizer
Hilfeseite URL https://github.com/Kaligula0/bookmark-iconizer/issues
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Bookmark Iconizer",
    "short_name": "Bookmark Iconizer",
    "version": "1.7.3",
    "author": "Kaligula",
    "description": "Set your icons for bookmarks which came without it!",
    "homepage_url": "https:\/\/www.facebook.com\/BookmarkIconizer",
    "permissions": [
        "bookmarks"
    ],
    "icons": {
        "16": "images\/icon-16.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "action": {
        "default_icon": "images\/icon.png",
        "default_popup": "popup.html"
    },
    "options_page": "options.html"
}