Easy Emoji
Easy to find the emoji you want to copy just with a keyword.
Wat is Easy Emoji?
Easy Emoji is een Chrome-extensie ontwikkeld door tzengshinfu, en de belangrijkste functie is "Easy to find the emoji you want to copy just with a keyword.".
Extensie Screenshots
Download het CRX-bestand van de extensie Easy Emoji
Download Easy Emoji-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Using emoji is more easily! [Easy Emoji] is able to help you to find emoji and copy it. v1.1.0 Release Notes: -Click emoji to copy it to clipboard. v1.2.0 Release Notes: -Add emoji window draggable function. -Add search text clear button. v1.3.0 Release Notes: -Update to Emoji v5.0. v1.3.1 Bug Fixes: -Fix the [create emojiTable error] bug.
Basisinformatie over de Extensie
Naam | Easy Emoji |
ID | olffnpidkbbgglajgmbjjllkbnmkehkc |
Officiële URL | https://chromewebstore.google.com/detail/easy-emoji/olffnpidkbbgglajgmbjjllkbnmkehkc |
Beschrijving | Easy to find the emoji you want to copy just with a keyword. |
Bestandsgrootte | 42.02 KB |
Aantal Installaties | 445 |
Huidige Versie | 1.3.1 |
Laatst Bijgewerkt | 2017-04-12 |
Publicatiedatum | 2017-04-12 |
Beoordeling | 1.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | tzengshinfu |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "description": "__MSG_appDesc__", "version": "1.3.1", "default_locale": "en", "minimum_chrome_version": "26", "manifest_version": 2, "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*", "contextMenus", "activeTab" ], "icons": { "16": "icon_16.png", "48": "icon_48.png", "128": "icon_128.png" }, "background": { "scripts": [ "eventPage.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "content_scripts.js" ], "css": [ "mystyles.css" ], "run_at": "document_end" } ], "web_accessible_resources": [ "close.png", "clear.png" ] } |