Emoji Insert

Insert text Emoji's with the right-click context menu

Emoji Insert क्या है?

Emoji Insert zXxQuaDxXz द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Insert text Emoji's with the right-click context menu"।

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

screenshot

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

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

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

                        This is for inserting Kaomoji's (Text Emojis) into your posts. This is for personal use. As-is and no support provided.

Original Code from: https://chrome.google.com/webstore/detail/kaomoji-menu/malffokilgbglamgbaphicpfaolilnhe

Kaomojis from: http://kaomoji.ru and http://japaneseemoticons.me

Update 1.4: 
--> Consolidated Menu                    

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

नाम Emoji Insert Emoji Insert
ID fnacehmbogancnfjgmdmeicophoekfma
आधिकारिक URL https://chrome.google.com/webstore/detail/emoji-insert/fnacehmbogancnfjgmdmeicophoekfma
विवरण Insert text Emoji's with the right-click context menu
फ़ाइल का आकार 26.78 KB
स्थापना संख्या 212
वर्तमान संस्करण 1.4
अंतिम अपडेट 2018-11-27
प्रकाशन तिथि 2018-11-27
रेटिंग 4.25/5 कुल 4 रेटिंग्स
डेवलपर zXxQuaDxXz
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Emoji Insert",
    "description": "Insert text Emoji's with the right-click context menu",
    "version": "1.4",
    "permissions": [
        "contextMenus",
        "tabs",
        "activeTab"
    ],
    "background": {
        "scripts": [
            "EmojiContextMenu.js"
        ]
    },
    "manifest_version": 2,
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon.png"
    }
}