HTML5FS File Editor

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

Apa itu HTML5FS File Editor?

HTML5FS File Editor adalah ekstensi Chrome yang dikembangkan oleh NMP R&D, dan fitur utamanya adalah "An extension that can read the HTML5 file system and edit text based files.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi HTML5FS File Editor

Unduh file ekstensi HTML5FS File Editor dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama HTML5FS File Editor HTML5FS File Editor
ID mohefdjbennafioikemkicpkecamkpjm
URL Resmi https://chromewebstore.google.com/detail/html5fs-file-editor/mohefdjbennafioikemkicpkecamkpjm
Deskripsi An extension that can read the HTML5 file system and edit text based files.
Ukuran File 114 KB
Jumlah Instalasi 296
Versi Saat Ini 1.0.5
Terakhir Diperbarui 2016-01-27
Tanggal Publikasi 2016-01-27
Penilaian 3.22/5 Total 9 Penilaian
Pengembang NMP R&D
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
    ]
}