HTML5FS File Editor

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

What is HTML5FS File Editor?

HTML5FS File Editor is a Chrome extension developed by NMP R&D, and its main feature is "An extension that can read the HTML5 file system and edit text based files.".

Extension Screenshots

screenshot

Download HTML5FS File Editor Extension CRX File

Download HTML5FS File Editor extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name HTML5FS File Editor HTML5FS File Editor
ID mohefdjbennafioikemkicpkecamkpjm
Official URL https://chromewebstore.google.com/detail/html5fs-file-editor/mohefdjbennafioikemkicpkecamkpjm
Description An extension that can read the HTML5 file system and edit text based files.
File Size 114 KB
Installation Count 296
Current Version 1.0.5
Last Updated 2016-01-27
Publish Date 2016-01-27
Rating 3.22/5 Total 9 Ratings
Developer NMP R&D
Email [email protected]
Payment Type free
Supported Languages 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"
    ]
}