bookmarks+emoji

Custom Emojis for Chrome Bookmarks.

Was ist bookmarks+emoji?

bookmarks+emoji ist eine Chrome-Erweiterung, die von iklimbov entwickelt wurde, und ihr Hauptmerkmal ist "Custom Emojis for Chrome Bookmarks.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

bookmarks+emoji-Erweiterungs-CRX-Datei herunterladen

Laden Sie bookmarks+emoji-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name bookmarks+emoji bookmarks+emoji
ID edhimhkligfccgpkiahdmioohofelpgm
Offizielle URL https://chromewebstore.google.com/detail/bookmarks+emoji/edhimhkligfccgpkiahdmioohofelpgm
Beschreibung Custom Emojis for Chrome Bookmarks.
Dateigröße 1.01 MB
Installationsanzahl 351
Aktuelle Version 1.33.0
Letztes Update 2022-06-08
Veröffentlichungsdatum 2020-09-25
Bewertung 3.41/5 Insgesamt 17 Bewertungen
Entwickler iklimbov
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
    ]
}