HTML5FS File Editor

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

Vad är HTML5FS File Editor?

HTML5FS File Editor är en Chrome-tillägg utvecklad av NMP R&D, och dess huvudfunktion är "An extension that can read the HTML5 file system and edit text based files.".

Tilläggsskärmbilder

screenshot

Ladda ner HTML5FS File Editor-förlängningens CRX-fil

Ladda ner HTML5FS File Editor-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn HTML5FS File Editor HTML5FS File Editor
ID mohefdjbennafioikemkicpkecamkpjm
Officiell webbadress https://chromewebstore.google.com/detail/html5fs-file-editor/mohefdjbennafioikemkicpkecamkpjm
Beskrivning An extension that can read the HTML5 file system and edit text based files.
Filstorlek 114 KB
Antal Installationer 296
Aktuell Version 1.0.5
Senast Uppdaterad 2016-01-27
Publiceringsdatum 2016-01-27
Betyg 3.22/5 Totalt 9 Betyg
Utvecklare NMP R&D
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
    ]
}