Bookmark Iconizer

Set your icons for bookmarks which came without it!

Bookmark Iconizer là gì?

Bookmark Iconizer là một tiện ích mở rộng Chrome được phát triển bởi Kaligula, và tính năng chính của nó là "Set your icons for bookmarks which came without it!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Bookmark Iconizer

Tải xuống các tệp mở rộng Bookmark Iconizer dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Bookmark Iconizer Bookmark Iconizer
ID hbnmehpggmbpiackncinpnlgkgbgmpjk
URL Chính Thức https://chromewebstore.google.com/detail/bookmark-iconizer/hbnmehpggmbpiackncinpnlgkgbgmpjk
Mô tả Set your icons for bookmarks which came without it!
Kích Thước Tệp 24.02 KB
Số Lần Cài Đặt 1,102
Phiên Bản Hiện Tại 1.7.3
Cập Nhật Lần Cuối 2024-03-04
Ngày Phát Hành 2020-05-05
Đánh Giá 3.38/5 Tổng số 13 Đánh Giá
Nhà Phát Triển Kaligula
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.facebook.com/BookmarkIconizer
URL Trang Trợ Giúp https://github.com/Kaligula0/bookmark-iconizer/issues
Ngôn Ngữ Được Hỗ Trợ 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"
}