Emoji Insert
Insert text Emoji's with the right-click context menu
ما هو Emoji Insert؟
Emoji Insert هو إضافة Chrome تم تطويرها بواسطة zXxQuaDxXz، والميزة الرئيسية لها هي "Insert text Emoji's with the right-click context menu".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Emoji Insert
قم بتنزيل ملفات الامتداد Emoji Insert بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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
معلومات أساسية عن التمديد
الاسم | |
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" } } |