Emoji Finder

Easily find & copy any emoji(s) from your browser toolbar popup UI

Qu'est-ce que Emoji Finder ?

Emoji Finder est une extension Chrome développée par Jorvi, et sa fonction principale est "Easily find & copy any emoji(s) from your browser toolbar popup UI".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Emoji Finder

Téléchargez les fichiers d'extension Emoji Finder au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        Emoji Finder extension lets you find and copy desired emoji(s) from your browser's toolbar popup with just one click.

Few features:
1. Over 1800 emojis to choose from.
2. Toolbar popup has a built-in finder to search and find the desired emojis.
3. Click on each emoji to see details and copy the icon to the clipboard.
4. No settings or options to adjust.

Note 1: to copy each emoji icon, simply click on it. The emoji will be copied to the clipboard automatically.

Note 2: depending on your browser's version and operating systems, some emoji icons may not render properly.

To report bugs, please fill the bug report form on the addon's homepage (https://mybrowseraddon.com/easy-emoji.html).                    

Informations de Base sur l'Extension

Nom Emoji Finder Emoji Finder
ID iccnjfgjkdodnhojijhmneglildgljde
URL Officiel https://chromewebstore.google.com/detail/emoji-finder/iccnjfgjkdodnhojijhmneglildgljde
Description Easily find & copy any emoji(s) from your browser toolbar popup UI
Taille du Fichier 59.99 KB
Nombre d'Installations 370
Version Actuelle 0.1.8
Dernière Mise à Jour 2023-11-12
Date de Publication 2019-10-12
Évaluation 3.25/5 Total 4 Évaluations
Développeur Jorvi
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://mybrowseraddon.com/easy-emoji.html
URL de la Page d'Aide https://mybrowseraddon.com/easy-emoji.html
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.1.8",
    "manifest_version": 3,
    "name": "Emoji Finder",
    "offline_enabled": true,
    "permissions": [
        "storage"
    ],
    "homepage_url": "https:\/\/mybrowseraddon.com\/easy-emoji.html",
    "description": "Easily find & copy any emoji(s) from your browser toolbar popup UI",
    "commands": {
        "_execute_action": []
    },
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_title": "Emoji Finder",
        "default_popup": "data\/interface\/index.html?popup",
        "default_icon": {
            "16": "data\/icons\/16.png",
            "32": "data\/icons\/32.png",
            "48": "data\/icons\/48.png",
            "64": "data\/icons\/64.png"
        }
    },
    "icons": {
        "16": "data\/icons\/16.png",
        "32": "data\/icons\/32.png",
        "48": "data\/icons\/48.png",
        "64": "data\/icons\/64.png",
        "128": "data\/icons\/128.png"
    }
}