Old Gmail Emoji
A collection of the old-style gmail emojis for easy copy-pasteing.
Old Gmail Emoji क्या है?
Old Gmail Emoji Nagy Viktor द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A collection of the old-style gmail emojis for easy copy-pasteing."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Old Gmail Emoji एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
सहायता पृष्ठ URL | 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\/" ] } |