LaunchScan

Keep on top of new Kickstarter Projects

LaunchScanคืออะไร?

LaunchScan เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.launchscan.com และคุณลักษณะหลักของมันคือ "Keep on top of new Kickstarter Projects"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย LaunchScan

ดาวน์โหลดไฟล์ส่วนขยาย 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 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"
            }
        }
    }
}