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 |
官方網址 | 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 |
電子郵箱 | [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" ] } |