Bookmark Iconizer

Set your icons for bookmarks which came without it!

Bookmark Iconizer란 무엇입니까?

Bookmark Iconizer은(는) Kaligula에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Set your icons for bookmarks which came without it!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Bookmark Iconizer 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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                    

확장 프로그램 기본 정보

이름 Bookmark Iconizer Bookmark Iconizer
ID hbnmehpggmbpiackncinpnlgkgbgmpjk
공식 URL https://chromewebstore.google.com/detail/bookmark-iconizer/hbnmehpggmbpiackncinpnlgkgbgmpjk
설명 Set your icons for bookmarks which came without it!
파일 크기 24.02 KB
설치 횟수 1,102
현재 버전 1.7.3
최근 업데이트 2024-03-04
출시 날짜 2020-05-05
평점 3.38/5 총 13 개의 평점
개발자 Kaligula
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.facebook.com/BookmarkIconizer
도움말 페이지 URL https://github.com/Kaligula0/bookmark-iconizer/issues
지원되는 언어 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"
}