HTML5FS File Editor

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

Cos'è HTML5FS File Editor?

HTML5FS File Editor è un'estensione di Chrome sviluppata da NMP R&D, e la sua funzione principale è "An extension that can read the HTML5 file system and edit text based files.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione HTML5FS File Editor

Scarica i file di estensione HTML5FS File Editor in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome HTML5FS File Editor HTML5FS File Editor
ID mohefdjbennafioikemkicpkecamkpjm
URL Ufficiale https://chromewebstore.google.com/detail/html5fs-file-editor/mohefdjbennafioikemkicpkecamkpjm
Descrizione An extension that can read the HTML5 file system and edit text based files.
Dimensione del File 114 KB
Conteggio Installazioni 296
Versione Corrente 1.0.5
Ultimo Aggiornamento 2016-01-27
Data di Pubblicazione 2016-01-27
Valutazione 3.22/5 Totale 9 Valutazioni
Sviluppatore NMP R&D
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    ]
}