EmojiPanel for Twitter (Previously EmojiT)
Emoji dropdown panel for twitter.com
EmojiPanel for Twitter (Previously EmojiT) là gì?
EmojiPanel for Twitter (Previously EmojiT) là một tiện ích mở rộng Chrome được phát triển bởi https://garridev.com, và tính năng chính của nó là "Emoji dropdown panel for twitter.com".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng EmojiPanel for Twitter (Previously EmojiT)
Tải xuống các tệp mở rộng EmojiPanel for Twitter (Previously EmojiT) dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
⚠️ 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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | EmojiPanel for Twitter (Previously EmojiT) |
ID | jfjmncmbmpnaljmmcmeefmkmionkojmd |
URL Chính Thức | https://chromewebstore.google.com/detail/emojipanel-for-twitter-pr/jfjmncmbmpnaljmmcmeefmkmionkojmd |
Mô tả | Emoji dropdown panel for twitter.com |
Kích Thước Tệp | 1.02 MB |
Số Lần Cài Đặt | 4,157 |
Phiên Bản Hiện Tại | 2.0.0 |
Cập Nhật Lần Cuối | 2016-12-16 |
Ngày Phát Hành | 2016-12-16 |
Đánh Giá | 4.11/5 Tổng số 256 Đánh Giá |
Nhà Phát Triển | https://garridev.com |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/danbovey/EmojiPanel |
URL Trang Trợ Giúp | https://github.com/danbovey/EmojiPanel/issues |
Ngôn Ngữ Được Hỗ Trợ | 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 } } |