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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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