Emoji

Insert emojis using a web browser, and customise the experience and the add-on in Settings.

Emoji क्या है?

Emoji https://saveriomorelli.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Insert emojis using a web browser, and customise the experience and the add-on in Settings."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Emoji एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Use emojis in the browser. You can find by keyword, or by category, and just click on the emoji you want to copy, then you will be able to insert you with "Paste" (or Ctrl+V).                    

एक्सटेंशन की मूल जानकारी

नाम Emoji Emoji
ID kjepehkgbooeigeflhiogplnckadlife
आधिकारिक URL https://chromewebstore.google.com/detail/emoji/kjepehkgbooeigeflhiogplnckadlife
विवरण Insert emojis using a web browser, and customise the experience and the add-on in Settings.
फ़ाइल का आकार 38.07 MB
स्थापना संख्या 655
वर्तमान संस्करण 3.21
अंतिम अपडेट 2024-01-25
प्रकाशन तिथि 2020-06-28
रेटिंग 4.73/5 कुल 11 रेटिंग्स
डेवलपर https://saveriomorelli.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/Sav22999/emoji
सहायता पृष्ठ URL https://github.com/Sav22999/emoji
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Emoji",
    "version": "3.21",
    "author": "Saverio Morelli (Sav22999)",
    "description": "Insert emojis using a web browser, and customise the experience and the add-on in Settings.",
    "icons": {
        "16": ".\/img\/icon-dark-16.png",
        "24": ".\/img\/icon-dark-24.png",
        "48": ".\/img\/icon-dark-48.png",
        "96": ".\/img\/icon-dark-96.png"
    },
    "action": {
        "default_popup": ".\/popup.html",
        "default_icon": {
            "16": ".\/img\/icon-light-16.png",
            "24": ".\/img\/icon-light-24.png",
            "48": ".\/img\/icon-light-48.png",
            "96": ".\/img\/icon-light-96.png"
        },
        "theme_icons": [
            {
                "dark": ".\/img\/icon-dark-16.png",
                "light": ".\/img\/icon-light-16.png",
                "size": 16
            },
            {
                "dark": ".\/img\/icon-dark-24.png",
                "light": ".\/img\/icon-light-24.png",
                "size": 24
            },
            {
                "dark": ".\/img\/icon-dark-48.png",
                "light": ".\/img\/icon-light-48.png",
                "size": 48
            },
            {
                "dark": ".\/img\/icon-dark-96.png",
                "light": ".\/img\/icon-light-96.png",
                "size": 96
            }
        ]
    },
    "permissions": [
        "storage"
    ],
    "optional_permissions": [
        "activeTab"
    ],
    "background": {
        "service_worker": ".\/js\/background.js",
        "type": "module"
    },
    "host_permissions": [
        "*:\/\/*\/*"
    ]
}