Emoji Keyboard Suite

Emoji Keyboard Suite is a free extension that lets you input emojis on the web browser of your computer

Emoji Keyboard Suite क्या है?

Emoji Keyboard Suite http://emojikeyboard.org द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Emoji Keyboard Suite is a free extension that lets you input emojis on the web browser of your computer"।

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

screenshot

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

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

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

                        Copy and past emoji easily and fast. New emoji collections such as Smileys, Activity and Sports, Symbols and etc.
Emoji Keyboard Suite for Chrome Browser. All emoji collections for chatter. Easy to use: copy and paste in messages. 

Emoji Keyboard Suite will work on any site.
Get emoticons and lighten your communication with bright emotions. 

Quick start:
1. Install the extension
2. Find your favorite emoji
3. Copy and paste into messages
4. Enjoy yourself and others                    

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

नाम Emoji Keyboard Suite Emoji Keyboard Suite
ID bgfnnlpfffokmclmlogmcmfagcimbhee
आधिकारिक URL https://chrome.google.com/webstore/detail/bgfnnlpfffokmclmlogmcmfagcimbhee
विवरण Emoji Keyboard Suite is a free extension that lets you input emojis on the web browser of your computer
फ़ाइल का आकार 1.46 MB
स्थापना संख्या 280
वर्तमान संस्करण 1.1.0
अंतिम अपडेट 2023-08-26
प्रकाशन तिथि 2023-08-26
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर http://emojikeyboard.org
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://proapps.org
सहायता पृष्ठ URL https://proapps.org
गोपनीयता नीति पृष्ठ URL https://proapps.org/extension-privacy-policy.html
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "action": {
        "default_icon": "icon48.png",
        "default_popup": "emojikeyboard.html"
    },
    "content_scripts": [
        {
            "js": [
                "insert-emoji.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_idle"
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "description": "Emoji Keyboard Suite is a free extension that lets you input emojis on the web browser of your computer",
    "icons": {
        "128": "icon128.png",
        "16": "icon.png",
        "48": "icon48.png"
    },
    "manifest_version": 3,
    "name": "Emoji Keyboard Suite",
    "short_name": "Emoji Keyboard Suite",
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "permissions": [
        "storage"
    ],
    "version": "1.1.0",
    "web_accessible_resources": [
        {
            "resources": [
                "jquery-3.1.0.min.js",
                "data_emoji.js",
                "images\/sprites\/emojione\/emojione-0-2x.png",
                "images\/sprites\/emojione\/emojione-1-2x.png",
                "images\/sprites\/emojione\/emojione-2-2x.png",
                "images\/sprites\/emojione\/emojione-3-2x.png",
                "images\/sprites\/emojione\/emojione-4-2x.png",
                "images\/sprites\/emojione\/emojione-5-2x.png",
                "images\/sprites\/emojione\/emojione-6-2x.png",
                "images\/sprites\/emojione\/emojione-7-2x.png",
                "images\/sprites\/emojione\/emojione-8-2x.png",
                "sweetalert2.min.css",
                "sweetalert2.min.js",
                "emojikeyboard.png",
                "ga.js"
            ],
            "matches": [],
            "extension_ids": []
        }
    ]
}