HTML5FS File Editor

An extension that can read the HTML5 file system and edit text based files.

HTML5FS File Editorคืออะไร?

HTML5FS File Editor เป็นส่วนขยายของ Chrome ที่พัฒนาโดย NMP R&D และคุณลักษณะหลักของมันคือ "An extension that can read the HTML5 file system and edit text based files."

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

screenshot

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

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

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

                        Explore the HTML5 persistent file system. Navigate directories, load and edit text based files.

This is an ideal developer tool for Chrome App/NaCl developers who use the file system as storage.                    

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

ชื่อ HTML5FS File Editor HTML5FS File Editor
ID mohefdjbennafioikemkicpkecamkpjm
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/html5fs-file-editor/mohefdjbennafioikemkicpkecamkpjm
คำอธิบาย An extension that can read the HTML5 file system and edit text based files.
ขนาดไฟล์ 114 KB
จำนวนการติดตั้ง 296
เวอร์ชันปัจจุบัน 1.0.5
อัปเดตครั้งล่าสุด 2016-01-27
วันที่เผยแพร่ 2016-01-27
คะแนน 3.22/5 รวมทั้งหมด 9 คะแนน
ผู้พัฒนา NMP R&D
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "HTML5FS File Editor",
    "version": "1.0.5",
    "description": "An extension that can read the HTML5 file system and edit text based files.",
    "browser_action": {
        "default_icon": "icons\/icon48.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content_script.js"
            ]
        }
    ],
    "icons": {
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "manifest_version": 2,
    "permissions": [
        "tabs",
        "unlimitedStorage"
    ]
}