Chrome Explorer

A boilerplate to chrome extension with webpack

Chrome Explorerคืออะไร?

Chrome Explorer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย mdcanham และคุณลักษณะหลักของมันคือ "A boilerplate to chrome extension with webpack"

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

ดาวน์โหลดไฟล์ส่วนขยาย Chrome Explorer ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        A file explorer in Chrome.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Chrome Explorer Chrome Explorer
ID obhbbbkkgepfadlggiffekmhlcpeppdd
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/chrome-explorer/obhbbbkkgepfadlggiffekmhlcpeppdd
คำอธิบาย A boilerplate to chrome extension with webpack
ขนาดไฟล์ 574 KB
จำนวนการติดตั้ง 30
เวอร์ชันปัจจุบัน 0.0.1
อัปเดตครั้งล่าสุด 2017-05-24
วันที่เผยแพร่ 2017-05-24
ผู้พัฒนา mdcanham
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Chrome Explorer",
    "short_name": "Chrome Explorer",
    "options_page": "options.html",
    "version": "0.0.1",
    "background": {
        "scripts": [
            "background.bundle.js"
        ]
    },
    "browser_action": [],
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "permissions": [
        "activeTab",
        "file:\/\/*\/*"
    ],
    "description": "A boilerplate to chrome extension with webpack"
}