RefreshMint
RefreshMint is an open source auto refresh extension for chrome
RefreshMint là gì?
RefreshMint là một tiện ích mở rộng Chrome được phát triển bởi shomaster, và tính năng chính của nó là "RefreshMint is an open source auto refresh extension for chrome".
Ả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 RefreshMint
Tải xuống các tệp mở rộng RefreshMint 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
RefreshMint allows you to easily setup Auto Refresh on a per tab interval basis. Features: - Setup auto refresh intervals on a Per Tab basis. - Extension icon text shows time remaining before refresh on a per tab basis. Don't forget to checkout and contribute to this extension on GitHub.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | keagimalhkfnoikiaegldkhnhgealick |
URL Chính Thức | https://chrome.google.com/webstore/detail/refreshmint/keagimalhkfnoikiaegldkhnhgealick |
Mô tả | RefreshMint is an open source auto refresh extension for chrome |
Kích Thước Tệp | 24.65 KB |
Số Lần Cài Đặt | 255 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2015-07-26 |
Ngày Phát Hành | 2015-07-26 |
Đánh Giá | 5.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | shomaster |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/shomaster/RefreshMint |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "RefreshMint", "description": "RefreshMint is an open source auto refresh extension for chrome", "version": "1.0", "icons": { "16": "refreshmint_16.png", "32": "refreshmint_32.png", "48": "refreshmint_48.png", "128": "refreshmint_128.png" }, "browser_action": { "default_icon": [], "default_title": "RefreshMint", "default_popup": "RefreshMint_popup.html" }, "permissions": [ "activeTab", "tabs", "alarms", "background" ], "background": { "scripts": [ "RefreshMint_state.js" ] } } |