Emojify Everything
There aren't enough emojis in your websites. This extension fixes that.
Co je Emojify Everything?
Emojify Everything je rozšíření Chrome vyvinuté jasonetco, a jeho hlavní funkcí je „There aren't enough emojis in your websites. This extension fixes that.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Emojify Everything
Stáhněte si soubory rozšíření Emojify Everything ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
Replaces words in the webpages you visit with the corresponding emoji. You will either absolutely love or absolutely hate this.
Základní Informace o Rozšíření
Název | Emojify Everything |
ID | hkahpmfkdfeceiiklfbkalcpbceccjco |
Oficiální URL | https://chromewebstore.google.com/detail/emojify-everything/hkahpmfkdfeceiiklfbkalcpbceccjco |
Popis | There aren't enough emojis in your websites. This extension fixes that. |
Velikost souboru | 36.48 KB |
Počet instalací | 39 |
Aktuální Verze | 1.1.5 |
Poslední Aktualizace | 2017-03-19 |
Datum Vydání | 2017-03-18 |
Hodnocení | 5.00/5 Celkem 2 Hodnocení |
Vývojář | jasonetco |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://github.com/JasonEtco/emojify-everything |
URL Stránky Nápovědy | https://github.com/JasonEtco/emojify-everything/issues |
Podporované Jazyky | 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 } } |