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 |
| 公式URL | 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"
]
}
]
} | |