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. 扩展基本信息
| 名称 | |
| 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"
}
}
}
} | |