bookmarks+emoji

Custom Emojis for Chrome Bookmarks.

bookmarks+emoji란 무엇입니까?

bookmarks+emoji은(는) iklimbov에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Custom Emojis for Chrome Bookmarks."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

bookmarks+emoji 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        🔸 Personalized alternative to the traditional Chrome Bookmarks Bar

🔸 Set default icons to Emojis for more privacy

🔸 Switch between icons-only view and Bookmarks titles view

🔸 Use folder shortcuts for quicker access

🔸 Deleted a Bookmark by accident?  Find it later in Recycling Bin

🔸 Clean up and archive old Bookmarks (unused for 90 days)                    

확장 프로그램 기본 정보

이름 bookmarks+emoji bookmarks+emoji
ID edhimhkligfccgpkiahdmioohofelpgm
공식 URL https://chromewebstore.google.com/detail/bookmarks+emoji/edhimhkligfccgpkiahdmioohofelpgm
설명 Custom Emojis for Chrome Bookmarks.
파일 크기 1.01 MB
설치 횟수 351
현재 버전 1.33.0
최근 업데이트 2022-06-08
출시 날짜 2020-09-25
평점 3.41/5 총 17 개의 평점
개발자 iklimbov
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "bookmarks+emoji",
    "description": "Custom Emojis for Chrome Bookmarks.",
    "version": "1.33.0",
    "default_locale": "en",
    "background": {
        "scripts": [
            "js\/bkmks_panel_background.js"
        ],
        "persistent": false
    },
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'",
    "content_scripts": [
        {
            "run_at": "document_idle",
            "matches": [
                "*:\/\/*\/*",
                "file:\/\/\/"
            ],
            "js": [
                "js\/bkmks_panel_content_script.js"
            ],
            "css": [
                "css\/bkmks_panel_main.css"
            ],
            "match_about_blank": true
        }
    ],
    "web_accessible_resources": [
        "bkmks_panel_popup.html",
        "bkmks_panel_inj.html"
    ],
    "browser_action": {
        "default_icon": "images\/icon_128.png"
    },
    "icons": {
        "128": "images\/icon_128.png"
    },
    "permissions": [
        "tabs",
        "storage",
        "bookmarks",
        "chrome:\/\/favicon\/",
        "activeTab",
        "history",
        "webNavigation"
    ]
}