Spaceship Launcher
Welcome aboard the Chrome spaceship, captain
Spaceship Launcherとは何ですか?
Spaceship Launcherはhttp://rdir.inによって開発されたChromeの拡張機能で、その主な機能は「Welcome aboard the Chrome spaceship, captain」です。
拡張機能のスクリーンショット
Spaceship Launcher拡張機能のCRXファイルをダウンロード
Spaceship Launcher拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 |
Eメール | [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 } |