Text emoticons
Set of text emoticons for important negotiations.
Qu'est-ce que Text emoticons ?
Text emoticons est une extension Chrome développée par https://oleg.ninja, et sa fonction principale est "Set of text emoticons for important negotiations.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Text emoticons
Téléchargez les fichiers d'extension Text emoticons au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Text emoticons |
ID | edbdmlapnodebdekiekhmeokboihmong |
URL Officiel | https://chromewebstore.google.com/detail/text-emoticons/edbdmlapnodebdekiekhmeokboihmong |
Description | Set of text emoticons for important negotiations. |
Taille du Fichier | 45.71 KB |
Nombre d'Installations | 1,275 |
Version Actuelle | 3 |
Dernière Mise à Jour | 2016-02-29 |
Date de Publication | 2016-02-28 |
Évaluation | 4.48/5 Total 21 Évaluations |
Développeur | https://oleg.ninja |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | http://oleg.ninja/text-emoticons/ |
URL de la Page de Politique de Confidentialité | https://developer.chrome.com/webstore/program_policies |
Langues Prises en Charge | 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\/" } |