HTML5FS File Editor

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

Что такое HTML5FS File Editor?

HTML5FS File Editor - это расширение Chrome, разработанное NMP R&D, и его основная функция - "An extension that can read the HTML5 file system and edit text based files.".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения HTML5FS File Editor

Скачайте файлы расширений HTML5FS File Editor в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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.                    

Основная информация о расширении

Название HTML5FS File Editor HTML5FS File Editor
ID mohefdjbennafioikemkicpkecamkpjm
Официальный URL https://chromewebstore.google.com/detail/html5fs-file-editor/mohefdjbennafioikemkicpkecamkpjm
Описание An extension that can read the HTML5 file system and edit text based files.
Размер файла 114 KB
Количество установок 296
Текущая Версия 1.0.5
Последнее Обновление 2016-01-27
Дата публикации 2016-01-27
Рейтинг 3.22/5 Всего 9 оценок
Разработчик NMP R&D
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки 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"
    ]
}