CJs Auto Refresh
Auto refresh the page for CJ because CJ is awesome!
CJs Auto Refresh là gì?
CJs Auto Refresh là một tiện ích mở rộng Chrome được phát triển bởi nextstate, và tính năng chính của nó là "Auto refresh the page for CJ because CJ is awesome!".
Ả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 CJs Auto Refresh
Tải xuống các tệp mở rộng CJs Auto Refresh 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
Auto refresh one or more tabs by clicking the extension's icon and selecting Auto Refresh in the context menu. Change the refresh interval via the Options menu item in the context menu. When the refresh interval is changed, all tabs that have the Auto Refreshed already checked are refreshed and the new interval is set. Checking Auto Refresh on a different tab will use the new interval.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | CJs Auto Refresh |
ID | gfgbegjbililmnkakfmpdhndnccpjnlf |
URL Chính Thức | https://chromewebstore.google.com/detail/cjs-auto-refresh/gfgbegjbililmnkakfmpdhndnccpjnlf |
Mô tả | Auto refresh the page for CJ because CJ is awesome! |
Kích Thước Tệp | 12.74 KB |
Số Lần Cài Đặt | 118 |
Phiên Bản Hiện Tại | 1.0.1 |
Cập Nhật Lần Cuối | 2019-03-24 |
Ngày Phát Hành | 2019-03-23 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | nextstate |
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", "name": "CJs Auto Refresh", "short_name": "CJs Refresh", "version": "1.0.1", "manifest_version": 2, "description": "Auto refresh the page for CJ because CJ is awesome!", "background": { "scripts": [ "background.js" ], "persistent": false }, "permissions": [ "activeTab", "contextMenus", "storage" ], "options_ui": { "page": "options.html", "chrome_style": true }, "icons": { "128": "icon128.png" } } |