Remember last read Tweet
This extension can remember the last Tweet you read if you mark it so. You can then go back Twitter and return to that position…
Remember last read Tweet là gì?
Remember last read Tweet là một tiện ích mở rộng Chrome được phát triển bởi Trufa, và tính năng chính của nó là "This extension can remember the last Tweet you read if you mark it so. You can then go back Twitter and return to that position…".
Ả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 Remember last read Tweet
Tải xuống các tệp mở rộng Remember last read Tweet 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 extension can remember the last Tweet you read if you mark it so. You can then go back Twitter and return to that position and continue from where you left off. It is FREE and very easy to use!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Remember last read Tweet |
ID | fnfjecnchnojlpniikiibnglpbonimnb |
URL Chính Thức | https://chromewebstore.google.com/detail/remember-last-read-tweet/fnfjecnchnojlpniikiibnglpbonimnb |
Mô tả | This extension can remember the last Tweet you read if you mark it so. You can then go back Twitter and return to that position… |
Kích Thước Tệp | 59.12 KB |
Số Lần Cài Đặt | 58 |
Phiên Bản Hiện Tại | 0.4.1 |
Cập Nhật Lần Cuối | 2013-02-11 |
Ngày Phát Hành | 2013-02-11 |
Đánh Giá | 3.00/5 Tổng số 12 Đánh Giá |
Nhà Phát Triển | Trufa |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/trufa/Remember-Last-Read-Tweet |
Ngôn Ngữ Được Hỗ Trợ | en,es |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extname__", "version": "0.4.1", "default_locale": "en", "manifest_version": 2, "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "content_scripts": [ { "matches": [ "https:\/\/twitter.com\/" ], "js": [ "jquery.min.js", "script.js" ] } ], "web_accessible_resources": [ "images\/down-arrow.png" ] } |