Schedule URLs.
Schedule URLs to be loaded at particular time.
What is Schedule URLs.?
Schedule URLs. is a Chrome extension developed by ninjasoft, and its main feature is "Schedule URLs to be loaded at particular time.".
Extension Screenshots
Download Schedule URLs. Extension CRX File
Download Schedule URLs. extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | ckncmlnmaojinlkgmbbneempofkkogom |
Official URL | https://chrome.google.com/webstore/detail/schedule-urls/ckncmlnmaojinlkgmbbneempofkkogom |
Description | Schedule URLs to be loaded at particular time. |
File Size | 33.32 KB |
Installation Count | 272 |
Current Version | 1.0 |
Last Updated | 2014-02-02 |
Publish Date | 2014-02-02 |
Rating | 2.00/5 Total 4 Ratings |
Developer | ninjasoft |
[email protected] | |
Payment Type | free |
Supported Languages | 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 } |