Tab auto reloader

This extension reloads the current tab at a chosen interval.

Tab auto reloader란 무엇입니까?

Tab auto reloader은(는) https://denilson.sa.nom.br에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension reloads the current tab at a chosen interval."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Tab auto reloader 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        This Chrome extension reloads (refreshes) the current tab at a chosen interval.

* Free and open-source.
* No (extra) permissions required.
* Easy-to-use.
* The reload (refresh) interval can be different for each tab.

https://github.com/denilsonsa/crx-reload-tab/                    

확장 프로그램 기본 정보

이름 Tab auto reloader Tab auto reloader
ID knnahnemielbnanghaphjgheamgcjjcb
공식 URL https://chromewebstore.google.com/detail/tab-auto-reloader/knnahnemielbnanghaphjgheamgcjjcb
설명 This extension reloads the current tab at a chosen interval.
파일 크기 14.36 KB
설치 횟수 26,500
현재 버전 1.1
최근 업데이트 2020-11-19
출시 날짜 2018-04-23
평점 4.90/5 총 99 개의 평점
개발자 https://denilson.sa.nom.br
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/denilsonsa/crx-reload-tab/
도움말 페이지 URL https://github.com/denilsonsa/crx-reload-tab/issues
개인정보 보호 정책 페이지 URL http://denilson.sa.nom.br/privacy.html
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tab auto reloader",
    "short_name": "Tab reloader",
    "description": "This extension reloads the current tab at a chosen interval.",
    "version": "1.1",
    "homepage_url": "https:\/\/github.com\/denilsonsa\/crx-reload-tab\/",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "icon19.png",
            "38": "icon38.png"
        },
        "default_popup": "popup.html",
        "default_title": "Reload this page every\u2026"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "contextMenus",
        "storage"
    ]
}