LaunchScan
Keep on top of new Kickstarter Projects
LaunchScan란 무엇입니까?
LaunchScan은(는) https://www.launchscan.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Keep on top of new Kickstarter Projects"입니다.
확장 프로그램 스크린샷
LaunchScan 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Tired of missing out on all the early-bird rewards? Select your desired Kickstarter categories, and receive alerts for new projects.
확장 프로그램 기본 정보
이름 | LaunchScan |
ID | dmjfhboldmmhffpgaklednfcdmafbdfb |
공식 URL | https://chromewebstore.google.com/detail/launchscan/dmjfhboldmmhffpgaklednfcdmafbdfb |
설명 | Keep on top of new Kickstarter Projects |
파일 크기 | 692 KB |
설치 횟수 | 94 |
현재 버전 | 1.0.3 |
최근 업데이트 | 2016-06-10 |
출시 날짜 | 2016-06-10 |
평점 | 5.00/5 총 8 개의 평점 |
개발자 | https://www.launchscan.com |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | http://www.launchscan.com/privacypolicy |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "LaunchScan", "description": "Keep on top of new Kickstarter Projects", "version": "1.0.3", "icons": { "16": "img\/rocket16.png", "32": "img\/rocket32.png", "128": "img\/rocket128.png" }, "options_ui": { "page": "options.html", "chrome_style": true }, "background": { "scripts": [ "dexie.min.js", "background.js" ], "persistent": false }, "browser_action": { "default_icon": "img\/rocket24.png", "default_popup": "popup.html" }, "permissions": [ "alarms", "storage", "http:\/\/www.launchscan.com\/*", "https:\/\/www.kickstarter.com\/*", "https:\/\/www.indiegogo.com\/*" ], "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'", "commands": { "_execute_browser_action": { "suggested_key": { "default": "Ctrl+Shift+L" } } } } |