HTML5FS File Editor

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

Co to jest HTML5FS File Editor?

HTML5FS File Editor to rozszerzenie Chrome opracowane przez NMP R&D, a jego główną funkcją jest „An extension that can read the HTML5 file system and edit text based files.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia HTML5FS File Editor

Pobierz pliki rozszerzeń HTML5FS File Editor w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa HTML5FS File Editor HTML5FS File Editor
ID mohefdjbennafioikemkicpkecamkpjm
Oficjalny URL https://chromewebstore.google.com/detail/html5fs-file-editor/mohefdjbennafioikemkicpkecamkpjm
Opis An extension that can read the HTML5 file system and edit text based files.
Rozmiar pliku 114 KB
Liczba instalacji 296
Aktualna Wersja 1.0.5
Ostatnia Aktualizacja 2016-01-27
Data Publikacji 2016-01-27
Ocena 3.22/5 Łącznie 9 Oceny
Deweloper NMP R&D
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
    ]
}