twitter emoji
Simple inject of twitter emojis in Chrome
什麼是twitter emoji?
twitter emoji是由https://maxmalm.se開發的Chrome擴展程式,該擴展的主要功能是“Simple inject of twitter emojis in Chrome”。
擴展截圖
下載twitter emoji擴展crx文件
下載twitter emoji擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Turns Unicode emojis into image using twitters emoji library 擴展基本資訊
| 名稱 | |
| ID | cceblpicpdbjfeldpihbngbajlgbecpn |
| 官方網址 | https://chromewebstore.google.com/detail/twitter-emoji/cceblpicpdbjfeldpihbngbajlgbecpn |
| 簡介 | Simple inject of twitter emojis in Chrome |
| 檔案大小 | 14.27 KB |
| 安裝次數 | 89 |
| 目前版本 | 0.1.0 |
| 更新時間 | 2019-03-08 |
| 上架時間 | 2019-03-08 |
| 評分 | 1.00/5 共 1 次評分 |
| 開發者 | https://maxmalm.se |
| 付費類型 | free |
| 擴展官網 | https://github.com/benjick/chrome-twemoji |
| 說明頁面URL | https://github.com/benjick/chrome-twemoji/issues |
| 支援的語言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "twitter emoji",
"version": "0.1.0",
"manifest_version": 2,
"description": "Simple inject of twitter emojis in Chrome",
"homepage_url": "https:\/\/github.com\/benjick\/chrome-twemoji",
"icons": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"permissions": [
"https:\/\/*\/*",
"http:\/\/*\/*"
],
"content_scripts": [
{
"matches": [
"https:\/\/*\/*",
"http:\/\/*\/*"
],
"css": [
"src\/inject\/inject.css"
],
"js": [
"src\/inject\/inject.js"
]
}
]
} | |