Easy Emoji
Easy to find the emoji you want to copy just with a keyword.
Hvad er Easy Emoji?
Easy Emoji er en Chrome-udvidelse udviklet af tzengshinfu, og dens hovedfunktion er "Easy to find the emoji you want to copy just with a keyword.".
Udvidelsesskærmbilleder
Download Easy Emoji-udvidelses-CRX-fil
Download Easy Emoji-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | Easy Emoji |
ID | olffnpidkbbgglajgmbjjllkbnmkehkc |
Officiel URL | https://chromewebstore.google.com/detail/easy-emoji/olffnpidkbbgglajgmbjjllkbnmkehkc |
Beskrivelse | Easy to find the emoji you want to copy just with a keyword. |
Filstørrelse | 42.02 KB |
Antal Installationer | 445 |
Nuværende Version | 1.3.1 |
Senest Opdateret | 2017-04-12 |
Udgivelsesdato | 2017-04-12 |
Bedømmelse | 1.00/5 Samlet 2 Bedømmelser |
Udvikler | tzengshinfu |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | 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" ] } |