ISS Update
Get the current location and crew of the Internation Space Station
ISS Update क्या है?
ISS Update Unknown द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Get the current location and crew of the Internation Space Station"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में ISS Update एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
ISS Update is a basic chrome extension that tracks the current position and crew of the International Space Station. Information presented to the user: Map of current location Latitude and Longitude City/Country/Region the station is currently above (when applicable) Current crew member names
एक्सटेंशन की मूल जानकारी
नाम | ISS Update |
ID | ocbohcmfoegfkbijjdbjenbkpmhdfomm |
आधिकारिक URL | https://chromewebstore.google.com/detail/iss-update/ocbohcmfoegfkbijjdbjenbkpmhdfomm |
विवरण | Get the current location and crew of the Internation Space Station |
फ़ाइल का आकार | 1.84 MB |
स्थापना संख्या | 95 |
वर्तमान संस्करण | 1.0 |
अंतिम अपडेट | 2018-09-08 |
प्रकाशन तिथि | 2018-09-08 |
रेटिंग | 5.00/5 कुल 1 रेटिंग्स |
डेवलपर | Unknown |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "ISS Update", "description": "Get the current location and crew of the Internation Space Station", "version": "1.0", "author": "Cameron Church", "manifest_version": 2, "browser_action": { "default_icon": "images\/stationLogo64.png", "default_title": "ISS Update", "default_popup": "popup.html" }, "icons": { "64": "images\/stationLogo64.png" }, "content_security_policy": "script-src 'self' https:\/\/maps.googleapis.com https:\/\/maps.gstatic.com; object-src 'self'" } |