LaunchScan

Keep on top of new Kickstarter Projects

Wat is LaunchScan?

LaunchScan is een Chrome-extensie ontwikkeld door https://www.launchscan.com, en de belangrijkste functie is "Keep on top of new Kickstarter Projects".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie LaunchScan

Download LaunchScan-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Tired of missing out on all the early-bird rewards? Select your desired Kickstarter categories, and receive alerts for new projects.                    

Basisinformatie over de Extensie

Naam LaunchScan LaunchScan
ID dmjfhboldmmhffpgaklednfcdmafbdfb
Officiële URL https://chromewebstore.google.com/detail/launchscan/dmjfhboldmmhffpgaklednfcdmafbdfb
Beschrijving Keep on top of new Kickstarter Projects
Bestandsgrootte 692 KB
Aantal Installaties 94
Huidige Versie 1.0.3
Laatst Bijgewerkt 2016-06-10
Publicatiedatum 2016-06-10
Beoordeling 5.00/5 Totaal 8 Beoordelingen
Ontwikkelaar https://www.launchscan.com
Betalingswijze free
URL van de Privacybeleid Pagina http://www.launchscan.com/privacypolicy
Ondersteunde Talen 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"
            }
        }
    }
}