Chrome Tab Scheduler

Allows you to schedule your tabs to be opened later. You can set up daily/weekly alarms to constantly open a set of tabs at 9:00am.…

Chrome Tab Scheduler란 무엇입니까?

Chrome Tab Scheduler은(는) sreimer15에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Allows you to schedule your tabs to be opened later. You can set up daily/weekly alarms to constantly open a set of tabs at 9:00am.…"입니다.

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

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

확장 프로그램 사용 설명서

                        Allows you to schedule your tabs to be opened later.
You can set up daily/weekly alarms to constantly open a set of tabs at 9:00am.
You can add categories to your tabs so you have a better way of managing them.

Better manage your time with tabs that automatically open when you want them.                    

확장 프로그램 기본 정보

이름 Chrome Tab Scheduler Chrome Tab Scheduler
ID knlojohbejddiffgpaeomgohemfdgagg
공식 URL https://chrome.google.com/webstore/detail/chrome-tab-scheduler/knlojohbejddiffgpaeomgohemfdgagg
설명 Allows you to schedule your tabs to be opened later. You can set up daily/weekly alarms to constantly open a set of tabs at 9:00am.…
파일 크기 136 KB
설치 횟수 72
현재 버전 0.0.1.5
최근 업데이트 2016-06-09
출시 날짜 2016-06-09
평점 1.00/5 총 1 개의 평점
개발자 sreimer15
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/sreimer15/chromeTabScheduler
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/jquery-2.2.1.min.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "short_name": "tabScheduler",
    "name": "Chrome Tab Scheduler",
    "version": "0.0.1.5",
    "manifest_version": 2,
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "storage",
        "tabs",
        "identity",
        "identity.email",
        "http:\/\/textance.herokuapp.com\/title\/",
        "http:\/\/*\/",
        "https:\/\/*\/",
        "alarms"
    ]
}