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

Cos'è Chrome Tab Scheduler?

Chrome Tab Scheduler è un'estensione di Chrome sviluppata da sreimer15, e la sua funzione principale è "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.…".

Scarica il file CRX dell'estensione Chrome Tab Scheduler

Scarica i file di estensione Chrome Tab Scheduler in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Chrome Tab Scheduler Chrome Tab Scheduler
ID knlojohbejddiffgpaeomgohemfdgagg
URL Ufficiale https://chrome.google.com/webstore/detail/chrome-tab-scheduler/knlojohbejddiffgpaeomgohemfdgagg
Descrizione 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.…
Dimensione del File 136 KB
Conteggio Installazioni 72
Versione Corrente 0.0.1.5
Ultimo Aggiornamento 2016-06-09
Data di Pubblicazione 2016-06-09
Valutazione 1.00/5 Totale 1 Valutazioni
Sviluppatore sreimer15
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/sreimer15/chromeTabScheduler
Lingue Supportate 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"
    ]
}