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

Qu'est-ce que Chrome Tab Scheduler ?

Chrome Tab Scheduler est une extension Chrome développée par sreimer15, et sa fonction principale est "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.…".

Télécharger le fichier CRX de l'extension Chrome Tab Scheduler

Téléchargez les fichiers d'extension Chrome Tab Scheduler au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Chrome Tab Scheduler Chrome Tab Scheduler
ID knlojohbejddiffgpaeomgohemfdgagg
URL Officiel https://chrome.google.com/webstore/detail/chrome-tab-scheduler/knlojohbejddiffgpaeomgohemfdgagg
Description 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.…
Taille du Fichier 136 KB
Nombre d'Installations 72
Version Actuelle 0.0.1.5
Dernière Mise à Jour 2016-06-09
Date de Publication 2016-06-09
Évaluation 1.00/5 Total 1 Évaluations
Développeur sreimer15
Type de Paiement free
Site Web de l'Extension https://github.com/sreimer15/chromeTabScheduler
Langues Prises en Charge 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"
    ]
}