Emoticon input everywhere
Allow input emoticon in everywhere
什麼是Emoticon input everywhere?
Emoticon input everywhere是由Robin Huy開發的Chrome擴展程式,該擴展的主要功能是“Allow input emoticon in everywhere”。
擴展截圖
下載Emoticon input everywhere擴展crx文件
下載Emoticon input everywhere擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Emoticon input everywhere is a free extension that lets you view and copy emoticons to use everywhere.
Features:
- Choose the emoticon, Click & Paste to almost everywhere you can.
- Save 10 recent emoticons.
- Total 280 emoticons, separate 4 categories. 擴展基本資訊
| 名稱 | |
| ID | bohndelehfpgmhpfohgnoihjdknklnbf |
| 官方網址 | https://chromewebstore.google.com/detail/emoticon-input-everywhere/bohndelehfpgmhpfohgnoihjdknklnbf |
| 簡介 | Allow input emoticon in everywhere |
| 檔案大小 | 11.64 KB |
| 安裝次數 | 135 |
| 目前版本 | 1.3 |
| 更新時間 | 2017-03-21 |
| 上架時間 | 2017-03-21 |
| 評分 | 4.73/5 共 15 次評分 |
| 開發者 | Robin Huy |
| 付費類型 | free |
| 擴展官網 | https://github.com/robinhuy/emoticon-input |
| 說明頁面URL | https://github.com/robinhuy/emoticon-input |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Emoticon input everywhere",
"short_name": "Emoticon input",
"description": "Allow input emoticon in everywhere",
"version": "1.3",
"author": "Robin Huy",
"browser_action": {
"default_icon": "icon.png",
"default_popup": "popup.html",
"default_title": "Emoticon input everywhere"
},
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"js": [
"content.js"
]
}
],
"permissions": [
"activeTab"
]
} | |