Simple Tab Reloader

Refresh your tabs, without all those annoying features

Simple Tab Reloader란 무엇입니까?

Simple Tab Reloader은(는) Tabernacle8에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Refresh your tabs, without all those annoying features"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Simple Tab Reloader 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Every automatic tab reloader asks for either way too many permissions or is just a big mess to use. So, I decided to create my own and share it with you!

Simple Tab Reloader is easy to use, just choose which reload interval you want and hit start. The tab you were on when you hit start will be reloaded at the interval you set, even if you move to another tab.

Highlighted Features:
 - Super easy to use, input a time and hit start
 - Reload interval syncs across your google account
 - Counter for when the next reload is
 - Requires no permissions to install (Protects your privacy)
 - Collects no user data / no analytics data



Please leave suggestions in a review or comment on this extension's GitHub https://github.com/tabernacle8/AutoReloadTab.                    

확장 프로그램 기본 정보

이름 Simple Tab Reloader Simple Tab Reloader
ID henodmaaehdoggfnlebeabepfeendocd
공식 URL https://chromewebstore.google.com/detail/simple-tab-reloader/henodmaaehdoggfnlebeabepfeendocd
설명 Refresh your tabs, without all those annoying features
파일 크기 15.03 KB
설치 횟수 722
현재 버전 3.1.0
최근 업데이트 2022-12-25
출시 날짜 2021-02-07
평점 4.67/5 총 3 개의 평점
개발자 Tabernacle8
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://docs.google.com/document/d/11I9bVn6VpVmdai7aKsZayocZFMGicSxSSnYAXY1R-L4/edit
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Simple Tab Reloader",
    "version": "3.1.0",
    "description": "Refresh your tabs, without all those annoying features",
    "permissions": [
        "declarativeContent",
        "storage"
    ],
    "background": {
        "scripts": [
            "background.js",
            "reloadTabBackground.js"
        ],
        "persistent": true
    },
    "page_action": {
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "Reload16.png",
        "48": "Reload48.png",
        "128": "Reload128.png"
    },
    "manifest_version": 2
}