Icons UTF-8 for all

Copy all most popular utf-8 icons for usage in what you need

ما هو Icons UTF-8 for all؟

Icons UTF-8 for all هو إضافة Chrome تم تطويرها بواسطة Lord Trafford، والميزة الرئيسية لها هي "Copy all most popular utf-8 icons for usage in what you need".

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

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Icons UTF-8 for all

قم بتنزيل ملفات الامتداد Icons UTF-8 for all بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        It's a simple Google Chrome extension for copyng in the clipboard the utf-8 glyph icons and use it wherever you want. It's useful for specially for Gmail. Maybe you can try with another web-clients.
Codes extracted from:
   * http://en.wikipedia.org/wiki/Dingbat#Unicode_Dingbats and
   * http://en.wikipedia.org/wiki/Miscellaneous_Symbols

4. From the list, select the icon you like it and click on the Copy button. The icon is in your clipboard. You can paste it in the subject line in Gmail for instance.

5. Enjoy it!

Code available at: https://github.com/krukmat/icon4utf8/                    

معلومات أساسية عن التمديد

الاسم Icons UTF-8 for all Icons UTF-8 for all
ID gblddochaobhmgnfmacpbaednlmlfdec
عنوان URL الرسمي https://chromewebstore.google.com/detail/icons-utf-8-for-all/gblddochaobhmgnfmacpbaednlmlfdec
الوصف Copy all most popular utf-8 icons for usage in what you need
حجم الملف 331 KB
عدد التثبيتات 244
النسخة الحالية 0.1
آخر تحديث 2015-06-28
تاريخ النشر 2015-06-28
المطور Lord Trafford
نوع الدفع free
موقع الإضافة https://github.com/krukmat/icon4utf8/
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Icons UTF-8 for all",
    "version": "0.1",
    "description": "Copy all most popular utf-8 icons for usage in what you need",
    "icons": {
        "128": "images\/icon.png"
    },
    "browser_action": {
        "default_icon": "images\/icon.png",
        "default_popup": "popup.html"
    },
    "manifest_version": 2,
    "permissions": [
        "clipboardWrite",
        "clipboardRead"
    ]
}