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.…

Co to jest Chrome Tab Scheduler?

Chrome Tab Scheduler to rozszerzenie Chrome opracowane przez sreimer15, a jego główną funkcją jest „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.…”.

Pobierz plik CRX rozszerzenia Chrome Tab Scheduler

Pobierz pliki rozszerzeń Chrome Tab Scheduler w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Chrome Tab Scheduler Chrome Tab Scheduler
ID knlojohbejddiffgpaeomgohemfdgagg
Oficjalny URL https://chrome.google.com/webstore/detail/chrome-tab-scheduler/knlojohbejddiffgpaeomgohemfdgagg
Opis 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.…
Rozmiar pliku 136 KB
Liczba instalacji 72
Aktualna Wersja 0.0.1.5
Ostatnia Aktualizacja 2016-06-09
Data Publikacji 2016-06-09
Ocena 1.00/5 Łącznie 1 Oceny
Deweloper sreimer15
Typ Płatności free
Strona Rozszerzenia https://github.com/sreimer15/chromeTabScheduler
Obsługiwane Języki 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"
    ]
}