Spaceship Launcher
Welcome aboard the Chrome spaceship, captain
Spaceship Launcher क्या है?
Spaceship Launcher http://rdir.in द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Welcome aboard the Chrome spaceship, captain"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Spaceship Launcher एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
New Tab page that gives you an opportunity to be the captain of you spaceship, while getting things done. Onboard the Chrome spaceship with every new tab, and get reminded of our beautiful space with this coolest spaceship command center. • Quick access to your popular sites • View and access recent web pages • View and access recent bookmarks • See the weather and forecast • Captain's console with actions, links, and search • Special tricks and Warp Speed! GET IN TOUCH (We would love to hear your suggestions) Email us at [email protected]
एक्सटेंशन की मूल जानकारी
नाम | |
ID | lponbenffmiloooeglmaapadcjakmabi |
आधिकारिक URL | https://chrome.google.com/webstore/detail/spaceship-launcher/lponbenffmiloooeglmaapadcjakmabi |
विवरण | Welcome aboard the Chrome spaceship, captain |
फ़ाइल का आकार | 249 KB |
स्थापना संख्या | 14 |
वर्तमान संस्करण | 1.0.1 |
अंतिम अपडेट | 2019-12-29 |
प्रकाशन तिथि | 2019-12-29 |
रेटिंग | 4.50/5 कुल 2 रेटिंग्स |
डेवलपर | http://rdir.in |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
गोपनीयता नीति पृष्ठ URL | https://stacktab.io/privacy.html |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Spaceship Launcher", "version": "1.0.1", "description": "Welcome aboard the Chrome spaceship, captain", "permissions": [ "activeTab", "declarativeContent", "storage", "tabs", "topSites", "history", "bookmarks" ], "icons": { "16": "images\/fui16.png", "32": "images\/fui32.png", "48": "images\/fui48.png", "128": "images\/fui128.png" }, "incognito": "split", "chrome_url_overrides": { "newtab": "newtab.html" }, "content_scripts": [ { "matches": [ "https:\/\/rdir.in\/*" ], "js": [ "resources\/actions.min.js" ], "run_at": "document_end" } ], "manifest_version": 2 } |