HTML5FS File Editor

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

Hvad er HTML5FS File Editor?

HTML5FS File Editor er en Chrome-udvidelse udviklet af NMP R&D, og dens hovedfunktion er "An extension that can read the HTML5 file system and edit text based files.".

Udvidelsesskærmbilleder

screenshot

Download HTML5FS File Editor-udvidelses-CRX-fil

Download HTML5FS File Editor-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn HTML5FS File Editor HTML5FS File Editor
ID mohefdjbennafioikemkicpkecamkpjm
Officiel URL https://chromewebstore.google.com/detail/html5fs-file-editor/mohefdjbennafioikemkicpkecamkpjm
Beskrivelse An extension that can read the HTML5 file system and edit text based files.
Filstørrelse 114 KB
Antal Installationer 296
Nuværende Version 1.0.5
Senest Opdateret 2016-01-27
Udgivelsesdato 2016-01-27
Bedømmelse 3.22/5 Samlet 9 Bedømmelser
Udvikler NMP R&D
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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"
    ]
}