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 Lord Trafford द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Copy all most popular utf-8 icons for usage in what you need"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Icons UTF-8 for all एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
    ]
}