bookmarks+emoji

Custom Emojis for Chrome Bookmarks.

What is bookmarks+emoji?

bookmarks+emoji is a Chrome extension developed by iklimbov, and its main feature is "Custom Emojis for Chrome Bookmarks.".

Extension Screenshots

screenshot
screenshot
screenshot

Download bookmarks+emoji Extension CRX File

Download bookmarks+emoji extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        🔸 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)                    

Extension Basic Information

Name bookmarks+emoji bookmarks+emoji
ID edhimhkligfccgpkiahdmioohofelpgm
Official URL https://chromewebstore.google.com/detail/bookmarks+emoji/edhimhkligfccgpkiahdmioohofelpgm
Description Custom Emojis for Chrome Bookmarks.
File Size 1.01 MB
Installation Count 351
Current Version 1.33.0
Last Updated 2022-06-08
Publish Date 2020-09-25
Rating 3.41/5 Total 17 Ratings
Developer iklimbov
Email [email protected]
Payment Type free
Supported Languages 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"
    ]
}