HTML5FS File Editor

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

HTML5FS File Editor là gì?

HTML5FS File Editor là một tiện ích mở rộng Chrome được phát triển bởi NMP R&D, và tính năng chính của nó là "An extension that can read the HTML5 file system and edit text based files.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng HTML5FS File Editor

Tải xuống các tệp mở rộng HTML5FS File Editor dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên HTML5FS File Editor HTML5FS File Editor
ID mohefdjbennafioikemkicpkecamkpjm
URL Chính Thức https://chromewebstore.google.com/detail/html5fs-file-editor/mohefdjbennafioikemkicpkecamkpjm
Mô tả An extension that can read the HTML5 file system and edit text based files.
Kích Thước Tệp 114 KB
Số Lần Cài Đặt 296
Phiên Bản Hiện Tại 1.0.5
Cập Nhật Lần Cuối 2016-01-27
Ngày Phát Hành 2016-01-27
Đánh Giá 3.22/5 Tổng số 9 Đánh Giá
Nhà Phát Triển NMP R&D
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}