Just One File

Save current visible elements in an html file. What you see is what you save.

ما هو Just One File؟

Just One File هو إضافة Chrome تم تطويرها بواسطة yuedong.li، والميزة الرئيسية لها هي "Save current visible elements in an html file. What you see is what you save.".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة Just One File

قم بتنزيل ملفات الامتداد Just One File بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        Save the current visible elements to an Html file. The plugi removes the script and other useless elements, as much as possible to preserve the contents of the current page display.                    

معلومات أساسية عن التمديد

الاسم Just One File Just One File
ID opofajlgipfljhhlfhcpmhhjckjaacia
عنوان URL الرسمي https://chromewebstore.google.com/detail/just-one-file/opofajlgipfljhhlfhcpmhhjckjaacia
الوصف Save current visible elements in an html file. What you see is what you save.
حجم الملف 15.7 KB
عدد التثبيتات 804
النسخة الحالية 1.2.0
آخر تحديث 2022-07-08
تاريخ النشر 2016-12-14
تقييم 4.38/5 مجموع تقييمات 8
المطور yuedong.li
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://www.codeboy.me
عنوان صفحة سياسة الخصوصية https://www.codeboy.me
اللغات المدعومة en,zh-CN,zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "short_name": "JOF",
    "version": "1.2.0",
    "manifest_version": 3,
    "description": "__MSG_detail__",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png",
        "256": "icons\/icon256.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "scripting"
    ],
    "offline_enabled": true,
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "default_locale": "zh_CN",
    "action": {
        "default_icon": {
            "16": "icons\/icon16.png",
            "48": "icons\/icon48.png",
            "128": "icons\/icon128.png",
            "256": "icons\/icon256.png"
        },
        "default_title": "__MSG_title__"
    }
}