Old Gmail Emoji
A collection of the old-style gmail emojis for easy copy-pasteing.
ما هو Old Gmail Emoji؟
Old Gmail Emoji هو إضافة Chrome تم تطويرها بواسطة Nagy Viktor، والميزة الرئيسية لها هي "A collection of the old-style gmail emojis for easy copy-pasteing.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Old Gmail Emoji
قم بتنزيل ملفات الامتداد Old Gmail Emoji بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This extension returns you the old-style gmail emoji. A new icon will appear in your browser location bar. When clicked, this icons shows you the list of emojis known previously in gmail. Clicking any of the icons, copies it to your clipboard, from where you can easily paste it into new emails.
معلومات أساسية عن التمديد
الاسم | Old Gmail Emoji |
ID | bpfgocdamegnchkjefgknhjflempicie |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/old-gmail-emoji/bpfgocdamegnchkjefgknhjflempicie |
الوصف | A collection of the old-style gmail emojis for easy copy-pasteing. |
حجم الملف | 35.25 KB |
عدد التثبيتات | 1,345 |
النسخة الحالية | 1.2 |
آخر تحديث | 2015-12-25 |
تاريخ النشر | 2015-12-25 |
تقييم | 4.73/5 مجموع تقييمات 22 |
المطور | Nagy Viktor |
نوع الدفع | free |
موقع الإضافة | https://github.com/nagyv/gmail-emoji |
عنوان صفحة المساعدة | https://github.com/nagyv/gmail-emoji |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Old Gmail Emoji", "description": "A collection of the old-style gmail emojis for easy copy-pasteing.", "manifest_version": 2, "version": "1.2", "icons": { "16": "emoji16.png", "48": "emoji48.png", "128": "emoji128.png" }, "author": "Viktor Nagy", "homepage_url": "http:\/\/github.com\/nagyv\/gmail-emoji", "background": { "scripts": [ "background.js" ], "persistent": false }, "page_action": { "default_popup": "popup.html", "default_icon": { "16": "emoji16.png" }, "default_title": "Old Gmail emojis" }, "permissions": [ "declarativeContent", "clipboardWrite", "https:\/\/mail.google.com\/" ] } |