Emoti

Emoti creates an easy-to-use dropdown menu for inserting emoticons.

Emoti क्या है?

Emoti Andrew Pitts द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Emoti creates an easy-to-use dropdown menu for inserting emoticons."।

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

screenshot

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

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

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

                        Emoti is a chrome extension that allows users to easily save custom emoticons and insert them into text box inputs, such as Facebook status updates or tweets.                    

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

नाम Emoti Emoti
ID jhendcajfhhpnombbfdanbdkhifbaeee
आधिकारिक URL https://chromewebstore.google.com/detail/emoti/jhendcajfhhpnombbfdanbdkhifbaeee
विवरण Emoti creates an easy-to-use dropdown menu for inserting emoticons.
फ़ाइल का आकार 25.31 KB
स्थापना संख्या 229
वर्तमान संस्करण 1.0.6
अंतिम अपडेट 2017-06-17
प्रकाशन तिथि 2017-06-17
रेटिंग 5.00/5 कुल 7 रेटिंग्स
डेवलपर Andrew Pitts
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://apitts.com
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Emoti",
    "description": "Emoti creates an easy-to-use dropdown menu for inserting emoticons.",
    "version": "1.0.6",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "browser_action": {
        "default_popup": "popup\/popup.html",
        "default_title": "Emoti"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "contentscript.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "storage",
        "activeTab",
        "clipboardWrite",
        "clipboardRead"
    ]
}