Twitter Refresher
Loads new Tweets on Twitter if you are at the top of the page. Will not load new tweets if you are below the 'new tweets' link.
Twitter Refresher là gì?
Twitter Refresher là một tiện ích mở rộng Chrome được phát triển bởi Cratos Design, và tính năng chính của nó là "Loads new Tweets on Twitter if you are at the top of the page. Will not load new tweets if you are below the 'new tweets' link.".
Ả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 Refresher
Tải xuống các tệp mở rộng Twitter Refresher 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 will automatically click on the load new tweets but only if you are at the top of the page. Many of the other extensions will always click on it which causes you to scroll back to the top of the screen. This one takes into account where you are at the page and will only "click" the load link when you are at the top.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Twitter Refresher |
ID | egbgccfgdplkmpddefhjihakjhlnmlhe |
URL Chính Thức | https://chromewebstore.google.com/detail/twitter-refresher/egbgccfgdplkmpddefhjihakjhlnmlhe |
Mô tả | Loads new Tweets on Twitter if you are at the top of the page. Will not load new tweets if you are below the 'new tweets' link. |
Kích Thước Tệp | 43.04 KB |
Số Lần Cài Đặt | 382 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2015-03-27 |
Ngày Phát Hành | 2015-03-27 |
Đánh Giá | 3.40/5 Tổng số 5 Đánh Giá |
Nhà Phát Triển | Cratos Design |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "page": "background.html" }, "content_scripts": [ { "all_frames": true, "js": [ "jquery-1.7.2.min.js", "functions.js" ], "matches": [ "http:\/\/twitter.com\/*", "https:\/\/twitter.com\/*" ], "run_at": "document_idle" } ], "description": "Loads new Tweets on Twitter if you are at the top of the page. Will not load new tweets if you are below the 'new tweets' link.", "icons": { "128": "images\/twitter.png", "48": "images\/twitter.png" }, "manifest_version": 2, "name": "Twitter Refresher", "permissions": [ "http:\/\/twitter.com\/", "https:\/\/twitter.com\/" ], "version": "1.0", "web_accessible_resources": [ "reload.js" ] } |