Emoji
Insert emojis using a web browser, and customise the experience and the add-on in Settings.
Emojiとは何ですか?
Emojiはhttps://saveriomorelli.comによって開発されたChromeの拡張機能で、その主な機能は「Insert emojis using a web browser, and customise the experience and the add-on in Settings.」です。
拡張機能のスクリーンショット
Emoji拡張機能のCRXファイルをダウンロード
Emoji拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Use emojis in the browser. You can find by keyword, or by category, and just click on the emoji you want to copy, then you will be able to insert you with "Paste" (or Ctrl+V).
拡張機能の基本情報
名前 | Emoji |
ID | kjepehkgbooeigeflhiogplnckadlife |
公式URL | https://chromewebstore.google.com/detail/emoji/kjepehkgbooeigeflhiogplnckadlife |
説明 | Insert emojis using a web browser, and customise the experience and the add-on in Settings. |
ファイルサイズ | 38.07 MB |
インストール数 | 655 |
現在のバージョン | 3.21 |
最終更新日 | 2024-01-25 |
公開日 | 2020-06-28 |
評価 | 4.73/5 合計 11 レビュー |
開発者 | https://saveriomorelli.com |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/Sav22999/emoji |
ヘルプページのURL | https://github.com/Sav22999/emoji |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Emoji", "version": "3.21", "author": "Saverio Morelli (Sav22999)", "description": "Insert emojis using a web browser, and customise the experience and the add-on in Settings.", "icons": { "16": ".\/img\/icon-dark-16.png", "24": ".\/img\/icon-dark-24.png", "48": ".\/img\/icon-dark-48.png", "96": ".\/img\/icon-dark-96.png" }, "action": { "default_popup": ".\/popup.html", "default_icon": { "16": ".\/img\/icon-light-16.png", "24": ".\/img\/icon-light-24.png", "48": ".\/img\/icon-light-48.png", "96": ".\/img\/icon-light-96.png" }, "theme_icons": [ { "dark": ".\/img\/icon-dark-16.png", "light": ".\/img\/icon-light-16.png", "size": 16 }, { "dark": ".\/img\/icon-dark-24.png", "light": ".\/img\/icon-light-24.png", "size": 24 }, { "dark": ".\/img\/icon-dark-48.png", "light": ".\/img\/icon-light-48.png", "size": 48 }, { "dark": ".\/img\/icon-dark-96.png", "light": ".\/img\/icon-light-96.png", "size": 96 } ] }, "permissions": [ "storage" ], "optional_permissions": [ "activeTab" ], "background": { "service_worker": ".\/js\/background.js", "type": "module" }, "host_permissions": [ "*:\/\/*\/*" ] } |