Productive Twitter
Minimal and friendly theme for productive social sharing
Productive Twitter là gì?
Productive Twitter là một tiện ích mở rộng Chrome được phát triển bởi sarah.drasner, và tính năng chính của nó là "Minimal and friendly theme for productive social sharing".
Ả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 Productive Twitter
Tải xuống các tệp mở rộng Productive 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
This twitter theme was built to help people be productive with the twitter platfom, based on updates in the UI in July of 2020.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Productive Twitter |
ID | elgfikcdihncknnnedljbbignlmnppii |
URL Chính Thức | https://chromewebstore.google.com/detail/productive-twitter/elgfikcdihncknnnedljbbignlmnppii |
Mô tả | Minimal and friendly theme for productive social sharing |
Kích Thước Tệp | 25.78 KB |
Số Lần Cài Đặt | 643 |
Phiên Bản Hiện Tại | 1.1.0 |
Cập Nhật Lần Cuối | 2020-10-18 |
Ngày Phát Hành | 2019-07-20 |
Đánh Giá | 4.95/5 Tổng số 37 Đánh Giá |
Nhà Phát Triển | sarah.drasner |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/sdras/productive-twitter |
URL Trang Trợ Giúp | https://github.com/sdras/productive-twitter/issues |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Productive Twitter", "version": "1.1.0", "description": "Minimal and friendly theme for productive social sharing", "short_name": "Productive Twitter", "content_scripts": [ { "matches": [ "https:\/\/twitter.com\/*" ], "css": [ "override.css" ], "js": [ "override.js" ] } ], "page_action": { "default_icon": { "16": "icons\/icon16.png", "32": "icons\/icon32.png" } } } |