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
Eメール [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"
    ]
}