HTML5FS File Editor

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

什么是HTML5FS File Editor?

HTML5FS File Editor是由NMP R&D开发的Chrome扩展程序,该扩展的主要功能是“An extension that can read the HTML5 file system and edit text based files.”。

扩展截图

screenshot

下载HTML5FS File Editor扩展crx文件

下载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"
    ]
}