Just Icons

Click to hide titles of your bookmarks. Click again to restore them.

Just Icons란 무엇입니까?

Just Icons은(는) ptomaszek에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Click to hide titles of your bookmarks. Click again to restore them."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Just Icons 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Click to hide titles of your bookmarks. 
Click again to restore them.
Tune hiding behavior in Options.

PRO TIP: for the safety of your bookmarks please backup them before the very first use of the extension - howto: https://support.google.com/chrome/answer/96816?hl=en 
Why? Actually the extension removes (not simply hides!) titles from the bookmarks and stores them in Extension's memory for future restoration. It means that if you use Chrome Sync, bookmarks on your other devices will be affected. If your Chrome crashes for some reason, it's possible that you'll be left without a way to restore bookmark titles. You've been warned ;).

PRO TIP 2: before uninstalling the extension (but why would you?!), use it to show the bookmark titles back. Otherwise the titles will be lost.**

Feel free to ask questions.

Enjoy your new aesthetic bookmarks bar!


https://github.com/ptomaszek/just-icons                    

확장 프로그램 기본 정보

이름 Just Icons Just Icons
ID cebjhochebphokcpenikgbljlbmlhefm
공식 URL https://chromewebstore.google.com/detail/just-icons/cebjhochebphokcpenikgbljlbmlhefm
설명 Click to hide titles of your bookmarks. Click again to restore them.
파일 크기 91.46 KB
설치 횟수 427
현재 버전 1.1.0
최근 업데이트 2021-05-19
출시 날짜 2016-10-17
평점 3.50/5 총 8 개의 평점
개발자 ptomaszek
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/ptomaszek/just-icons
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Just Icons",
    "description": "Click to hide titles of your bookmarks.\nClick again to restore them.",
    "version": "1.1.0",
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": "icons\/icon_48.png"
    },
    "icons": {
        "48": "icons\/icon_48.png",
        "64": "icons\/icon_64.png",
        "96": "icons\/icon_96.png",
        "128": "icons\/icon_128.png"
    },
    "permissions": [
        "storage",
        "bookmarks",
        "notifications"
    ],
    "options_page": "options.html"
}