Emojis table
Get the right emojis from your browser in any tab!
ما هو Emojis table؟
Emojis table هو إضافة Chrome تم تطويرها بواسطة Louis Grasset، والميزة الرئيسية لها هي "Get the right emojis from your browser in any tab!".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Emojis table
قم بتنزيل ملفات الامتداد Emojis table بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Tired of looking for emojis on your computer ? Simply search for its name or a related keyword in this extension. You’ll be able to copy it with a single click!
معلومات أساسية عن التمديد
الاسم | Emojis table |
ID | lkpflloaceieinnhchbmfefimjliigcj |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/emojis-table/lkpflloaceieinnhchbmfefimjliigcj |
الوصف | Get the right emojis from your browser in any tab! |
حجم الملف | 192 KB |
عدد التثبيتات | 36 |
النسخة الحالية | 3.3.0 |
آخر تحديث | 2023-11-08 |
تاريخ النشر | 2019-01-03 |
تقييم | 4.60/5 مجموع تقييمات 10 |
المطور | Louis Grasset |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://github.com/louisgrasset/emojis-table |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "version": "3.3.0", "name": "Emojis table", "description": "Get the right emojis from your browser in any tab!", "action": { "default_popup": "index.html" }, "icons": { "16": "icons\/icon-16.png", "32": "icons\/icon-32.png", "48": "icons\/icon-48.png", "96": "icons\/icon-96.png", "128": "icons\/icon-128.png", "256": "icons\/icon-256.png" }, "permissions": [ "storage" ] } |