HTML5FS File Editor

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

Wat is HTML5FS File Editor?

HTML5FS File Editor is een Chrome-extensie ontwikkeld door NMP R&D, en de belangrijkste functie is "An extension that can read the HTML5 file system and edit text based files.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie HTML5FS File Editor

Download HTML5FS File Editor-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam HTML5FS File Editor HTML5FS File Editor
ID mohefdjbennafioikemkicpkecamkpjm
Officiële URL https://chromewebstore.google.com/detail/html5fs-file-editor/mohefdjbennafioikemkicpkecamkpjm
Beschrijving An extension that can read the HTML5 file system and edit text based files.
Bestandsgrootte 114 KB
Aantal Installaties 296
Huidige Versie 1.0.5
Laatst Bijgewerkt 2016-01-27
Publicatiedatum 2016-01-27
Beoordeling 3.22/5 Totaal 9 Beoordelingen
Ontwikkelaar NMP R&D
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    ]
}