Save Rendered HTML
A Chrome extension that saves the fully rendered HTML of the current tab.
Save Rendered HTML क्या है?
Save Rendered HTML Teddy द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A Chrome extension that saves the fully rendered HTML of the current tab."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Save Rendered HTML एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
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 |
सहायता पृष्ठ URL | 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" } } |