Bookmark Iconizer

Set your icons for bookmarks which came without it!

Wat is Bookmark Iconizer?

Bookmark Iconizer is een Chrome-extensie ontwikkeld door Kaligula, en de belangrijkste functie is "Set your icons for bookmarks which came without it!".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Bookmark Iconizer

Download Bookmark Iconizer-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Bookmark Iconizer Bookmark Iconizer
ID hbnmehpggmbpiackncinpnlgkgbgmpjk
Officiële URL https://chromewebstore.google.com/detail/bookmark-iconizer/hbnmehpggmbpiackncinpnlgkgbgmpjk
Beschrijving Set your icons for bookmarks which came without it!
Bestandsgrootte 24.02 KB
Aantal Installaties 1,102
Huidige Versie 1.7.3
Laatst Bijgewerkt 2024-03-04
Publicatiedatum 2020-05-05
Beoordeling 3.38/5 Totaal 13 Beoordelingen
Ontwikkelaar Kaligula
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://www.facebook.com/BookmarkIconizer
Help Pagina-URL https://github.com/Kaligula0/bookmark-iconizer/issues
Ondersteunde Talen 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"
}