Launch Schedule
Upcoming rocket launches.
What is Launch Schedule?
Launch Schedule is a Chrome extension developed by arbitraryuser, and its main feature is "Upcoming rocket launches.".
Extension Screenshots
Download Launch Schedule Extension CRX File
Download Launch Schedule 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
Extension Basic Information
Name | Launch Schedule |
ID | knajemdefnjcaamcbeflicjkbohmnkpn |
Official URL | https://chromewebstore.google.com/detail/launch-schedule/knajemdefnjcaamcbeflicjkbohmnkpn |
Description | Upcoming rocket launches. |
File Size | 37.95 KB |
Installation Count | 13 |
Current Version | 1.4 |
Last Updated | 2015-04-13 |
Publish Date | 2015-04-13 |
Rating | 3.00/5 Total 2 Ratings |
Developer | arbitraryuser |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Launch Schedule", "description": "Upcoming rocket launches.", "version": "1.4", "browser_action": { "default_icon": "icon128.png", "default_popup": "popup.html" }, "icons": { "128": "icon128.png" }, "background": { "scripts": [ "jquery-2.1.3.min.js", "background.js" ] }, "permissions": [ "http:\/\/underground.co.za\/" ] } |