EmojiPanel for Twitter (Previously EmojiT)
Emoji dropdown panel for twitter.com
EmojiPanel for Twitter (Previously EmojiT)とは何ですか?
EmojiPanel for Twitter (Previously EmojiT)はhttps://garridev.comによって開発されたChromeの拡張機能で、その主な機能は「Emoji dropdown panel for twitter.com」です。
拡張機能のスクリーンショット
EmojiPanel for Twitter (Previously EmojiT)拡張機能のCRXファイルをダウンロード
EmojiPanel for Twitter (Previously EmojiT)拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
⚠️ Twitter are rolling out their own Emoji Picker, finally! We hope Twitter looked at all 24,000 of you using this extension and built an emoji dropdown that everyone can enjoy! Thanks for your support. 🤗 ---------------------------------------------------------------- This extension used to be called EmojiT - but we have merged forces with EmojiPanel for Twitter. Adds a dropdown panel with all emojis to the Twitter tweet box 😍 🙂 - Open a panel with a simple integrated button 🖱 - One click adds the emoji into the tweet editor 🔢 - Your frequently used emoji are stored at the top 👍🏽 - Skin tone modifier and Unicode 9 emojis 🔍 - Search for emojis using keywords and names 🔄 - Will continue to be updated when new Unicode emojis are added Unlike other similar extensions on the store, this extension has no ads, the emoji list supports retina screens and it integrates better with the existing twitter.com styles. 🌟 Star it on GitHub at: https://github.com/danbovey/EmojiPanel
拡張機能の基本情報
名前 | EmojiPanel for Twitter (Previously EmojiT) |
ID | jfjmncmbmpnaljmmcmeefmkmionkojmd |
公式URL | https://chromewebstore.google.com/detail/emojipanel-for-twitter-pr/jfjmncmbmpnaljmmcmeefmkmionkojmd |
説明 | Emoji dropdown panel for twitter.com |
ファイルサイズ | 1.02 MB |
インストール数 | 4,157 |
現在のバージョン | 2.0.0 |
最終更新日 | 2016-12-16 |
公開日 | 2016-12-16 |
評価 | 4.11/5 合計 256 レビュー |
開発者 | https://garridev.com |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/danbovey/EmojiPanel |
ヘルプページのURL | https://github.com/danbovey/EmojiPanel/issues |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "EmojiPanel for Twitter (Previously EmojiT)", "short_name": "EmojiT", "description": "Emoji dropdown panel for twitter.com", "author": "Dan Bovey", "version": "2.0.0", "minimum_chrome_version": "36", "permissions": [ "storage", "*:\/\/*.twitter.com\/*" ], "icons": { "16": "img\/icon16.png", "48": "img\/icon48.png", "128": "img\/icon128.png" }, "content_scripts": [ { "css": [ "css\/style.css" ], "js": [ "js\/content.js" ], "matches": [ "http:\/\/*.twitter.com\/*", "https:\/\/*.twitter.com\/*" ] } ], "web_accessible_resources": [ "emojis.json", "img\/emojis.svg" ], "options_ui": { "page": "options.html", "chrome_style": true } } |