Tab reloader

Updating tabs by time.

Tab reloader란 무엇입니까?

Tab reloader은(는) https://maksam07.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Updating tabs by time."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Updating tabs by time

You can configure updates for each separately
In the pop-up window, you will switch between tabs and the set time for each of them
Convenient control and ease of use!                    

확장 프로그램 기본 정보

이름 Tab reloader Tab reloader
ID ogmnlijjlpgemofpegfdlnaembcgnnhj
공식 URL https://chromewebstore.google.com/detail/tab-reloader/ogmnlijjlpgemofpegfdlnaembcgnnhj
설명 Updating tabs by time.
파일 크기 99.79 KB
설치 횟수 190
현재 버전 1.0.1.0
최근 업데이트 2021-05-03
출시 날짜 2020-12-13
평점 5.00/5 총 1 개의 평점
개발자 https://maksam07.com
이메일 [email protected]
결제 유형 free
지원되는 언어 en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "persistent": true,
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "static\/img\/icon\/icon19.png",
            "38": "static\/img\/icon\/icon38.png"
        },
        "default_popup": "popup.html",
        "default_title": "__MSG_appDesc__"
    },
    "default_locale": "en",
    "description": "__MSG_appDesc__",
    "homepage_url": "https:\/\/maksam07.com\/",
    "icons": {
        "128": "static\/img\/icon\/icon128.png",
        "16": "static\/img\/icon\/icon16.png",
        "48": "static\/img\/icon\/icon48.png"
    },
    "manifest_version": 2,
    "name": "Tab reloader",
    "permissions": [
        "tabs",
        "contextMenus",
        "storage"
    ],
    "short_name": "Tab reloader",
    "version": "1.0.1.0"
}