GitHub Emojifier for Twemoji
Converts Emoji on GitHub to Twitter-style Emoji
什麼是GitHub Emojifier for Twemoji?
GitHub Emojifier for Twemoji是由trmcnvn開發的Chrome擴展程式,該擴展的主要功能是“Converts Emoji on GitHub to Twitter-style Emoji”。
擴展截圖
下載GitHub Emojifier for Twemoji擴展crx文件
下載GitHub Emojifier for Twemoji擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
This switches GitHub's Apple-style emoji over to the Twitter-style emoji! 擴展基本資訊
| 名稱 | |
| ID | eebpgkfleghhfjhnfgpmhdcgiclaflgi |
| 官方網址 | https://chromewebstore.google.com/detail/github-emojifier-for-twem/eebpgkfleghhfjhnfgpmhdcgiclaflgi |
| 簡介 | Converts Emoji on GitHub to Twitter-style Emoji |
| 檔案大小 | 16.25 KB |
| 安裝次數 | 48 |
| 目前版本 | 0.2.5 |
| 更新時間 | 2017-02-09 |
| 上架時間 | 2017-02-09 |
| 評分 | 5.00/5 共 1 次評分 |
| 開發者 | trmcnvn |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 擴展官網 | https://github.com/vevix/github-emoji-switcher |
| 說明頁面URL | https://github.com/vevix/github-emoji-switcher |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "GitHub Emojifier for Twemoji",
"version": "0.2.5",
"description": "Converts Emoji on GitHub to Twitter-style Emoji",
"icons": {
"16": "img\/icon_16.png",
"48": "img\/icon_48.png",
"128": "img\/icon_128.png"
},
"permissions": [
"http:\/\/*.github.com\/*",
"https:\/\/*.github.com\/*"
],
"content_scripts": [
{
"matches": [
"https:\/\/*.github.com\/*",
"https:\/\/github.com\/*"
],
"run_at": "document_start",
"js": [
"scripts\/main.min.js"
]
}
],
"web_accessible_resources": [
"scripts\/content.min.js"
]
} | |