Bookmark Iconizer

Set your icons for bookmarks which came without it!

Hvad er Bookmark Iconizer?

Bookmark Iconizer er en Chrome-udvidelse udviklet af Kaligula, og dens hovedfunktion er "Set your icons for bookmarks which came without it!".

Udvidelsesskærmbilleder

screenshot
screenshot

Download Bookmark Iconizer-udvidelses-CRX-fil

Download Bookmark Iconizer-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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                    

Grundlæggende oplysninger om udvidelsen

Navn Bookmark Iconizer Bookmark Iconizer
ID hbnmehpggmbpiackncinpnlgkgbgmpjk
Officiel URL https://chromewebstore.google.com/detail/bookmark-iconizer/hbnmehpggmbpiackncinpnlgkgbgmpjk
Beskrivelse Set your icons for bookmarks which came without it!
Filstørrelse 24.02 KB
Antal Installationer 1,102
Nuværende Version 1.7.3
Senest Opdateret 2024-03-04
Udgivelsesdato 2020-05-05
Bedømmelse 3.38/5 Samlet 13 Bedømmelser
Udvikler Kaligula
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://www.facebook.com/BookmarkIconizer
Hjælpeside-URL https://github.com/Kaligula0/bookmark-iconizer/issues
Understøttede Sprog 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"
}