Easy Emoji
Easy to find the emoji you want to copy just with a keyword.
Easy Emojiとは何ですか?
Easy Emojiはtzengshinfuによって開発されたChromeの拡張機能で、その主な機能は「Easy to find the emoji you want to copy just with a keyword.」です。
拡張機能のスクリーンショット
Easy Emoji拡張機能のCRXファイルをダウンロード
Easy Emoji拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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. 拡張機能の基本情報
| 名前 | |
| ID | olffnpidkbbgglajgmbjjllkbnmkehkc |
| 公式URL | https://chromewebstore.google.com/detail/easy-emoji/olffnpidkbbgglajgmbjjllkbnmkehkc |
| 説明 | Easy to find the emoji you want to copy just with a keyword. |
| ファイルサイズ | 42.02 KB |
| インストール数 | 445 |
| 現在のバージョン | 1.3.1 |
| 最終更新日 | 2017-04-12 |
| 公開日 | 2017-04-12 |
| 評価 | 1.00/5 合計 2 レビュー |
| 開発者 | tzengshinfu |
| Eメール | [email protected] |
| 支払い方法 | free |
| 対応言語 | 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"
]
} | |