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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 } |