Emojis table
Get the right emojis from your browser in any tab!
Emojis tableとは何ですか?
Emojis tableはLouis Grassetによって開発されたChromeの拡張機能で、その主な機能は「Get the right emojis from your browser in any tab!」です。
拡張機能のスクリーンショット
Emojis table拡張機能のCRXファイルをダウンロード
Emojis table拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Tired of looking for emojis on your computer ? Simply search for its name or a related keyword in this extension. You’ll be able to copy it with a single click!
拡張機能の基本情報
名前 | Emojis table |
ID | lkpflloaceieinnhchbmfefimjliigcj |
公式URL | https://chromewebstore.google.com/detail/emojis-table/lkpflloaceieinnhchbmfefimjliigcj |
説明 | Get the right emojis from your browser in any tab! |
ファイルサイズ | 192 KB |
インストール数 | 36 |
現在のバージョン | 3.3.0 |
最終更新日 | 2023-11-08 |
公開日 | 2019-01-03 |
評価 | 4.60/5 合計 10 レビュー |
開発者 | Louis Grasset |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/louisgrasset/emojis-table |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "version": "3.3.0", "name": "Emojis table", "description": "Get the right emojis from your browser in any tab!", "action": { "default_popup": "index.html" }, "icons": { "16": "icons\/icon-16.png", "32": "icons\/icon-32.png", "48": "icons\/icon-48.png", "96": "icons\/icon-96.png", "128": "icons\/icon-128.png", "256": "icons\/icon-256.png" }, "permissions": [ "storage" ] } |