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
官方網址 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"
    ]
}