Text emoticons
Set of text emoticons for important negotiations.
Text emoticons क्या है?
Text emoticons https://oleg.ninja द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Set of text emoticons for important negotiations."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Text emoticons एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
There are two ways to use it: * Click on extension's icon. In this case, the selected emoticon is copied into the buffer immediately. * Press Alt+Shift+O in the input area. Selected smile will immediately appear in the area after the entered text.
एक्सटेंशन की मूल जानकारी
नाम | Text emoticons |
ID | edbdmlapnodebdekiekhmeokboihmong |
आधिकारिक URL | https://chromewebstore.google.com/detail/text-emoticons/edbdmlapnodebdekiekhmeokboihmong |
विवरण | Set of text emoticons for important negotiations. |
फ़ाइल का आकार | 45.71 KB |
स्थापना संख्या | 1,275 |
वर्तमान संस्करण | 3 |
अंतिम अपडेट | 2016-02-29 |
प्रकाशन तिथि | 2016-02-28 |
रेटिंग | 4.48/5 कुल 21 रेटिंग्स |
डेवलपर | https://oleg.ninja |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | http://oleg.ninja/text-emoticons/ |
गोपनीयता नीति पृष्ठ URL | https://developer.chrome.com/webstore/program_policies |
समर्थित भाषाएँ | en,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_extName__", "default_locale": "en", "version": "3", "description": "__MSG_extDescription__", "minimum_chrome_version": "28", "icons": { "32": "images\/icon32.png", "128": "images\/icon128.png" }, "permissions": [ "storage", "tabs", "clipboardWrite", "notifications", "*:\/\/*\/*" ], "commands": { "show-layer": { "suggested_key": { "default": "Alt+Shift+O" }, "description": "__MSG_commandDescription__" } }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "js\/vendor\/jquery-2.1.3.min.js", "js\/smiles.js", "js\/box.js" ], "css": [ "css\/text-enjoy.css" ], "run_at": "document_end" } ], "background": { "scripts": [ "js\/background.js" ] }, "browser_action": { "default_title": "__MSG_extName__", "default_icon": "images\/icon32.png", "default_popup": "views\/popup.html" }, "homepage_url": "http:\/\/oleg.ninja\/text-emoticons\/" } |