Auto Refresh Page

Auto Refresh Page is the extension to refresh a page on regular intervals

Auto Refresh Page là gì?

Auto Refresh Page là một tiện ích mở rộng Chrome được phát triển bởi ProfileVisitor.co, và tính năng chính của nó là "Auto Refresh Page is the extension to refresh a page on regular intervals".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Auto Refresh Page

Tải xuống các tệp mở rộng Auto Refresh Page 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 Page 

It is a simple  extension to refresh the page at regular intervals.

You can customize the default time and have separate timers running for all of your tabs.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Auto Refresh Page Auto Refresh Page
ID iiblfhmcehfejobfioibjbdpgigcmkgj
URL Chính Thức https://chrome.google.com/webstore/detail/auto-refresh-page/iiblfhmcehfejobfioibjbdpgigcmkgj
Mô tả Auto Refresh Page is the extension to refresh a page on regular intervals
Kích Thước Tệp 201 KB
Số Lần Cài Đặt 4,000
Phiên Bản Hiện Tại 1.0.2
Cập Nhật Lần Cuối 2018-01-31
Ngày Phát Hành 2018-01-31
Đánh Giá 3.33/5 Tổng số 3 Đánh Giá
Nhà Phát Triển ProfileVisitor.co
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Auto Refresh Page",
    "version": "1.0.2",
    "manifest_version": 2,
    "description": "Auto Refresh Page is the extension to refresh a page on regular intervals",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon16.png",
        "default_title": "Auto Refresh Page",
        "default_popup": "popup.html"
    },
    "background": {
        "page": "background.html"
    },
    "permissions": [
        "tabs",
        "activeTab",
        "storage",
        ""
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com https:\/\/s3.amazonaws.com; object-src 'self'"
}