Auto refresh actual webpage
Automatically reload webpage in actual tab. You can set refresh interval.
Auto refresh actual webpage là gì?
Auto refresh actual webpage là một tiện ích mở rộng Chrome được phát triển bởi https://www.extensions-for-chrome.com, và tính năng chính của nó là "Automatically reload webpage in actual tab. You can set refresh interval.".
Ả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 Auto refresh actual webpage
Tải xuống các tệp mở rộng Auto refresh actual webpage 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
Automatically refresh can be easily activated via the context menu by clicking the right mouse button on the web page. In options you can set refresh interval in seconds. Extension automatically stop refresh when change tab or change website.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Auto refresh actual webpage |
ID | jmpaeglcabhpohgbfcehemlgophfjikk |
URL Chính Thức | https://chromewebstore.google.com/detail/auto-refresh-actual-webpa/jmpaeglcabhpohgbfcehemlgophfjikk |
Mô tả | Automatically reload webpage in actual tab. You can set refresh interval. |
Kích Thước Tệp | 51.12 KB |
Số Lần Cài Đặt | 1,929 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2013-09-21 |
Ngày Phát Hành | 2013-09-21 |
Đánh Giá | 3.33/5 Tổng số 15 Đánh Giá |
Nhà Phát Triển | https://www.extensions-for-chrome.com |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Auto refresh actual webpage", "description": "Automatically reload webpage in actual tab. You can set refresh interval.", "version": "1.0", "manifest_version": 2, "background": { "scripts": [ "jquery.js", "background.js" ] }, "options_page": "options.html", "content_security_policy": "script-src 'self'; object-src 'self'", "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*", "contextMenus" ], "icons": { "16": "img\/ico_16.png", "48": "img\/ico_48.png", "128": "img\/ico_128.png" } } |