Emoti

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

ما هو Emoti؟

Emoti هو إضافة Chrome تم تطويرها بواسطة Andrew Pitts، والميزة الرئيسية لها هي "Emoti creates an easy-to-use dropdown menu for inserting emoticons.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Emoti

قم بتنزيل ملفات الامتداد Emoti بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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"
    ]
}