LaunchScan
Keep on top of new Kickstarter Projects
LaunchScanとは何ですか?
LaunchScanはhttps://www.launchscan.comによって開発されたChromeの拡張機能で、その主な機能は「Keep on top of new Kickstarter Projects」です。
拡張機能のスクリーンショット
LaunchScan拡張機能のCRXファイルをダウンロード
LaunchScan拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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" } } } } |