EmojiTwitter
Now you can add Emoji icons directly from your Twitter Web
EmojiTwitter क्या है?
EmojiTwitter https://abarcarodriguez.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Now you can add Emoji icons directly from your Twitter Web"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में EmojiTwitter एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Adds a button with a complete Twitter Emoji Collection for you to use it on your Twitter. NOTICE: All your friends will see your icons, the icons do not show on the text box when you select them but they will show up when you tweet them. ========= Agrega un botón con una colección completa de iconos Emoji para que los utilices en tu Twitter. NOTA: Todos tus amigos verán tus iconos, los iconos no se ven en la forma de texto cuando los seleccionas pero se verán una vez que publiques tu tuit.
एक्सटेंशन की मूल जानकारी
नाम | EmojiTwitter |
ID | figianejgcfhaodnghfcbhdjdhkbofbe |
आधिकारिक URL | https://chromewebstore.google.com/detail/emojitwitter/figianejgcfhaodnghfcbhdjdhkbofbe |
विवरण | Now you can add Emoji icons directly from your Twitter Web |
फ़ाइल का आकार | 651 KB |
स्थापना संख्या | 179 |
वर्तमान संस्करण | 0.0.4 |
अंतिम अपडेट | 2019-03-08 |
प्रकाशन तिथि | 2019-03-08 |
रेटिंग | 4.22/5 कुल 27 रेटिंग्स |
डेवलपर | https://abarcarodriguez.com |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "EmojiTwitter", "version": "0.0.4", "description": "Now you can add Emoji icons directly from your Twitter Web", "author": "Alejandro AR", "homepage_url": "http:\/\/abarcarodriguez.com", "manifest_version": 2, "web_accessible_resources": [ "img\/sprite.png", "fonts\/EmojiSymbols-Regular.woff" ], "icons": { "16": "img\/icon16.png", "48": "img\/icon48.png", "128": "img\/icon128.png" }, "content_scripts": [ { "matches": [ "https:\/\/twitter.com\/*" ], "css": [ "css\/style.css" ], "js": [ "js\/jquery.js", "js\/script.js" ], "run_at": "document_end" } ] } |