Schedule URLs.

Schedule URLs to be loaded at particular time.

Wat is Schedule URLs.?

Schedule URLs. is een Chrome-extensie ontwikkeld door ninjasoft, en de belangrijkste functie is "Schedule URLs to be loaded at particular time.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Schedule URLs.

Download Schedule URLs.-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Schedule URLs to be loaded at particular time.

This extension allows you to schedule URLs.
 -Schedule a URL to load at a particular time.
 -Schedule URLs to load between a time interval.
 -Cycle between URLs ever n seconds.                    

Basisinformatie over de Extensie

Naam Schedule URLs. Schedule URLs.
ID ckncmlnmaojinlkgmbbneempofkkogom
Officiële URL https://chrome.google.com/webstore/detail/schedule-urls/ckncmlnmaojinlkgmbbneempofkkogom
Beschrijving Schedule URLs to be loaded at particular time.
Bestandsgrootte 33.32 KB
Aantal Installaties 272
Huidige Versie 1.0
Laatst Bijgewerkt 2014-02-02
Publicatiedatum 2014-02-02
Beoordeling 2.00/5 Totaal 4 Beoordelingen
Ontwikkelaar ninjasoft
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Schedule URLs.",
    "description": "Schedule URLs to be loaded at particular time.",
    "version": "1.0",
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "browser_action": {
        "default_title": "Schedule URLs.",
        "default_icon": "icon-disabled.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "16": "icon-disabled.png",
        "48": "icon.png",
        "128": "icon.png",
        "256": "icon.png"
    },
    "manifest_version": 2
}