Twitter Assistant
Helpful little features for Twitter.
Twitter Assistant là gì?
Twitter Assistant là một tiện ích mở rộng Chrome được phát triển bởi MindSky, và tính năng chính của nó là "Helpful little features for Twitter.".
Ả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 Twitter Assistant
Tải xuống các tệp mở rộng Twitter Assistant 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
Prevents lost Twitter tweet writing. Recall tweets you were writing before accidentally hitting the back button, your electricity went out, or any number of reasons they get lost. Quick access to useful symbols such as ¼ and ☼
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Twitter Assistant |
ID | femngnbabpfmcdbghieemklfobfppelm |
URL Chính Thức | https://chromewebstore.google.com/detail/twitter-assistant/femngnbabpfmcdbghieemklfobfppelm |
Mô tả | Helpful little features for Twitter. |
Kích Thước Tệp | 84.15 KB |
Số Lần Cài Đặt | 32 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2020-01-14 |
Ngày Phát Hành | 2020-01-14 |
Nhà Phát Triển | MindSky |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://sky.mind.im/twitter-assistant |
URL Trang Trợ Giúp | http://sky.mind.im/twitter-assistant |
URL Trang Chính Sách Bảo Mật | http://sky.mind.im/privacy |
Ngôn Ngữ Được Hỗ Trợ | de,en,fr,nl,no,es,pt-BR,pt-PT,sv,ru,hi,th,ar,zh-CN,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "icon.png", "default_title": "Twitter Assistant", "default_popup": "popup.html" }, "default_locale": "en", "description": "__MSG_appDesc__", "homepage_url": "http:\/\/sky.mind.im\/twitter-assistant\/", "icons": { "128": "icon-128.png", "16": "icon-16.png", "48": "icon-48.png" }, "manifest_version": 2, "name": "__MSG_appName__", "omnibox": { "keyword": "ta" }, "permissions": [ "tabs", "https:\/\/twitter.com\/*" ], "short_name": "Twitter Assistant", "version": "1.0", "content_scripts": [ { "matches": [ " |