LaunchScan
Keep on top of new Kickstarter Projects
Cos'è LaunchScan?
LaunchScan è un'estensione di Chrome sviluppata da https://www.launchscan.com, e la sua funzione principale è "Keep on top of new Kickstarter Projects".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione LaunchScan
Scarica i file di estensione LaunchScan in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Tired of missing out on all the early-bird rewards? Select your desired Kickstarter categories, and receive alerts for new projects. Informazioni di Base sull'Estensione
| Nome | |
| ID | dmjfhboldmmhffpgaklednfcdmafbdfb |
| URL Ufficiale | https://chromewebstore.google.com/detail/launchscan/dmjfhboldmmhffpgaklednfcdmafbdfb |
| Descrizione | Keep on top of new Kickstarter Projects |
| Dimensione del File | 692 KB |
| Conteggio Installazioni | 94 |
| Versione Corrente | 1.0.3 |
| Ultimo Aggiornamento | 2016-06-10 |
| Data di Pubblicazione | 2016-06-10 |
| Valutazione | 5.00/5 Totale 8 Valutazioni |
| Sviluppatore | https://www.launchscan.com |
| Tipo di Pagamento | free |
| URL della Pagina della Politica sulla Privacy | http://www.launchscan.com/privacypolicy |
| Lingue Supportate | 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"
}
}
}
} | |