Emojify Everything
There aren't enough emojis in your websites. This extension fixes that.
Qu'est-ce que Emojify Everything ?
Emojify Everything est une extension Chrome développée par jasonetco, et sa fonction principale est "There aren't enough emojis in your websites. This extension fixes that.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Emojify Everything
Téléchargez les fichiers d'extension Emojify Everything 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
Replaces words in the webpages you visit with the corresponding emoji. You will either absolutely love or absolutely hate this.
Informations de Base sur l'Extension
Nom | Emojify Everything |
ID | hkahpmfkdfeceiiklfbkalcpbceccjco |
URL Officiel | https://chromewebstore.google.com/detail/emojify-everything/hkahpmfkdfeceiiklfbkalcpbceccjco |
Description | There aren't enough emojis in your websites. This extension fixes that. |
Taille du Fichier | 36.48 KB |
Nombre d'Installations | 39 |
Version Actuelle | 1.1.5 |
Dernière Mise à Jour | 2017-03-19 |
Date de Publication | 2017-03-18 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | jasonetco |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/JasonEtco/emojify-everything |
URL de la Page d'Aide | https://github.com/JasonEtco/emojify-everything/issues |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "1.1.5", "minimum_chrome_version": "49", "name": "Emojify Everything", "short_name": "Emojification", "description": "There aren't enough emojis in your websites. This extension fixes that.", "author": "Jason Etcovitch", "homepage_url": "https:\/\/github.com\/JasonEtco\/emojify-everything", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "browser_action": { "default_icon": "icons\/icon128.png", "default_title": "Emojify Everything", "default_popup": "popup.html" }, "permissions": [ "storage", "tabs" ], "content_scripts": [ { "js": [ "js\/simpleEmojis.js", "js\/emojis.js", "main.js" ], "matches": [ "*:\/\/*\/*" ], "run_at": "document_end" } ], "options_ui": { "page": "options.html", "chrome_style": true } } |