Auto Refresher

Automatically refresh the page on a set interval

Auto Refresher là gì?

Auto Refresher là một tiện ích mở rộng Chrome được phát triển bởi jones.kaivon, và tính năng chính của nó là "Automatically refresh the page on a set interval".

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

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

                        Simple and easy to use extension to auto reload the page its opened on.                    

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

Tên Auto Refresher Auto Refresher
ID nlfnbbnnpiiiifgnbckjhkhpmggpailj
URL Chính Thức https://chrome.google.com/webstore/detail/nlfnbbnnpiiiifgnbckjhkhpmggpailj
Mô tả Automatically refresh the page on a set interval
Kích Thước Tệp 114 KB
Số Lần Cài Đặt 26
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2018-09-01
Ngày Phát Hành 2018-09-01
Nhà Phát Triển jones.kaivon
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": "Auto Refresher",
    "version": "1.0",
    "manifest_version": 2,
    "description": "Automatically refresh the page on a set interval",
    "icons": {
        "16": "images\/refresh-icon16.png",
        "48": "images\/refresh-icon48.png",
        "128": "images\/refresh-icon128.png"
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "images\/refresh-icon.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "activeTab",
        "storage",
        "tabs",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ]
}