List Builder for Twitter
Quickly build Twitter lists from any timeline view.
List Builder for Twitter là gì?
List Builder for Twitter là một tiện ích mở rộng Chrome được phát triển bởi https://www.electoralhq.com, và tính năng chính của nó là "Quickly build Twitter lists from any timeline view.".
Ả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 List Builder for Twitter
Tải xuống các tệp mở rộng List Builder for Twitter 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
Quickly build Twitter lists with List Builder. Visible from any timeline view, you can select individual tweets or all on the screen and include the users into one of your lists. Great for events and conferences where you want to build list of people tweeting a hashtag to follow them after the event. More Twitter List tools @ https://www.electoralhq.com
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | List Builder for Twitter |
ID | angdkjndobobaegbnhjaooedegkbibae |
URL Chính Thức | https://chromewebstore.google.com/detail/list-builder-for-twitter/angdkjndobobaegbnhjaooedegkbibae |
Mô tả | Quickly build Twitter lists from any timeline view. |
Kích Thước Tệp | 50.12 KB |
Số Lần Cài Đặt | 803 |
Phiên Bản Hiện Tại | 0.4 |
Cập Nhật Lần Cuối | 2017-04-03 |
Ngày Phát Hành | 2017-04-03 |
Đánh Giá | 2.70/5 Tổng số 10 Đánh Giá |
Nhà Phát Triển | https://www.electoralhq.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.electoralhq.com |
URL Trang Trợ Giúp | https://github.com/ryanwi/listbuilder-ext/issues |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "List Builder for Twitter", "description": "Quickly build Twitter lists from any timeline view.", "version": "0.4", "background": { "scripts": [ "js\/background.js" ], "persistent": false }, "permissions": [ "declarativeContent" ], "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "page_action": { "default_icon": "images\/icon16.png", "default_title": "List Builder", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "https:\/\/*.twitter.com\/*" ], "js": [ "js\/jquery-2.1.0.min.js", "js\/mutation-summary.js", "js\/main.js" ], "css": [ "css\/main.css" ] } ] } |