Save Rendered HTML

A Chrome extension that saves the fully rendered HTML of the current tab.

ما هو Save Rendered HTML؟

Save Rendered HTML هو إضافة Chrome تم تطويرها بواسطة Teddy، والميزة الرئيسية لها هي "A Chrome extension that saves the fully rendered HTML of the current tab.".

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

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Save Rendered HTML

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

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

                        Save Rendered HTML Chrome Extension
===================================

This Chrome extension allows you to save the fully rendered HTML of the current tab by clicking a button in the extension's popup.

Features
--------

*   Save the fully rendered HTML of the current tab as a file
*   Automatically generates a timestamped file name for the saved HTML



Usage
-----

1.  Visit a web page in Google Chrome.
2.  Click the extension's icon to open the popup.
3.  Click the "Save HTML" button to download the fully rendered HTML of the current tab as a file.

The file will be named `rendered_html_.html`, where `` is the current date and time in ISO 8601 format.                    

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

الاسم Save Rendered HTML Save Rendered HTML
ID pdlopbmgodpapaoeiagfcdcgdhmdpgpk
عنوان URL الرسمي https://chromewebstore.google.com/detail/save-rendered-html/pdlopbmgodpapaoeiagfcdcgdhmdpgpk
الوصف A Chrome extension that saves the fully rendered HTML of the current tab.
حجم الملف 164 KB
عدد التثبيتات 70
النسخة الحالية 1.1.7
آخر تحديث 2023-11-10
تاريخ النشر 2023-11-10
تقييم 3.00/5 مجموع تقييمات 1
المطور Teddy
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://github.com/tddschn/save-rendered-html-extension
عنوان صفحة المساعدة https://github.com/tddschn/save-rendered-html-extension/issues
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Save Rendered HTML",
    "version": "1.1.7",
    "description": "A Chrome extension that saves the fully rendered HTML of the current tab.",
    "permissions": [
        "activeTab",
        "downloads",
        "scripting"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "48": "icon48.png"
        }
    },
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    }
}