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!
拡張機能の基本情報
名前 | GitHub Emojifier for Twemoji |
ID | eebpgkfleghhfjhnfgpmhdcgiclaflgi |
公式URL | 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 |
Eメール | [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" ] } |