Emoticon input everywhere
Allow input emoticon in everywhere
ما هو Emoticon input everywhere؟
Emoticon input everywhere هو إضافة Chrome تم تطويرها بواسطة Robin Huy، والميزة الرئيسية لها هي "Allow input emoticon in everywhere".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Emoticon input everywhere
قم بتنزيل ملفات الامتداد Emoticon input everywhere بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Emoticon input everywhere is a free extension that lets you view and copy emoticons to use everywhere. Features: - Choose the emoticon, Click & Paste to almost everywhere you can. - Save 10 recent emoticons. - Total 280 emoticons, separate 4 categories.
معلومات أساسية عن التمديد
الاسم | Emoticon input everywhere |
ID | bohndelehfpgmhpfohgnoihjdknklnbf |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/emoticon-input-everywhere/bohndelehfpgmhpfohgnoihjdknklnbf |
الوصف | Allow input emoticon in everywhere |
حجم الملف | 11.64 KB |
عدد التثبيتات | 135 |
النسخة الحالية | 1.3 |
آخر تحديث | 2017-03-21 |
تاريخ النشر | 2017-03-21 |
تقييم | 4.73/5 مجموع تقييمات 15 |
المطور | Robin Huy |
نوع الدفع | free |
موقع الإضافة | https://github.com/robinhuy/emoticon-input |
عنوان صفحة المساعدة | https://github.com/robinhuy/emoticon-input |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Emoticon input everywhere", "short_name": "Emoticon input", "description": "Allow input emoticon in everywhere", "version": "1.3", "author": "Robin Huy", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html", "default_title": "Emoticon input everywhere" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "content.js" ] } ], "permissions": [ "activeTab" ] } |