{"id":20618239,"url":"https://github.com/tddschn/save-rendered-html-extension","last_synced_at":"2025-09-26T14:30:43.952Z","repository":{"id":206092777,"uuid":"616323216","full_name":"tddschn/save-rendered-html-extension","owner":"tddschn","description":"Save Rendered HTML Chrome Extension - save the fully rendered HTML of the current tab","archived":false,"fork":false,"pushed_at":"2024-04-25T02:39:41.000Z","size":7407,"stargazers_count":4,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-09-16T11:09:46.230Z","etag":null,"topics":["chrome-extension"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tddschn.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-03-20T06:49:00.000Z","updated_at":"2024-12-10T03:52:23.000Z","dependencies_parsed_at":"2023-11-08T06:53:43.983Z","dependency_job_id":"fbbaaac5-2951-46a0-8378-95ed5ce8a24f","html_url":"https://github.com/tddschn/save-rendered-html-extension","commit_stats":null,"previous_names":["tddschn/save-rendered-html-extension"],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/tddschn/save-rendered-html-extension","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tddschn%2Fsave-rendered-html-extension","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tddschn%2Fsave-rendered-html-extension/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tddschn%2Fsave-rendered-html-extension/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tddschn%2Fsave-rendered-html-extension/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tddschn","download_url":"https://codeload.github.com/tddschn/save-rendered-html-extension/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tddschn%2Fsave-rendered-html-extension/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":277090729,"owners_count":25759204,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-26T02:00:09.010Z","response_time":78,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["chrome-extension"],"created_at":"2024-11-16T12:07:40.240Z","updated_at":"2025-09-26T14:30:43.145Z","avatar_url":"https://github.com/tddschn.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"Save Rendered HTML Chrome Extension\n===================================\n\n![Icon](icon128.png)\n\nThis Chrome extension allows you to save the fully rendered HTML of the current tab by clicking a button in the extension's popup.\n\nFeatures\n--------\n\n*   Save the fully rendered HTML of the current tab as a file\n*   Automatically generates a timestamped file name for the saved HTML\n\nDemo\n----\n\n\u003c!-- \u003ciframe width=\"1280\" height=\"519\" src=\"https://www.youtube.com/embed/l-BVjc774sc\" title=\"save rendered html chrome extension demo v1.1.1 20231107\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" allowfullscreen\u003e\u003c/iframe\u003e --\u003e\n\nhttps://github-production-user-asset-6210df.s3.amazonaws.com/45612704/281200935-87347612-70a9-4d3e-9505-e1eb0529736f.mp4\n\nInstallation\n------------\n\n1.  Download or clone this repository to your local machine.\n2.  Open Google Chrome and navigate to `chrome://extensions/`.\n3.  Enable \"Developer mode\" in the top right corner if it's not already enabled.\n4.  Click the \"Load unpacked\" button in the top left corner.\n5.  Browse to the folder containing the extension files and select it.\n\nThe extension should now be installed and visible in your Chrome extensions list.\n\nUsage\n-----\n\n1.  Visit a web page in Google Chrome.\n2.  Click the extension's icon to open the popup.\n3.  Click the \"Save HTML\" button to download the fully rendered HTML of the current tab as a file.\n\nThe file will be named `rendered_html_\u003ctimestamp\u003e.html`, where `\u003ctimestamp\u003e` is the current date and time in ISO 8601 format.\n\n## Screenshots\n\n![Screenshot 1](screenshots/screenshot-1.png)\n![Screenshot 2](screenshots/screenshot-2.png)\n![Screenshot 3](screenshots/screenshot-3.png)\n\n\u003c!-- Files --\u003e\n\u003c!-- ----- --\u003e\n\u003c!----\u003e\n\u003c!-- *   `manifest.json`: The extension's manifest file that provides metadata and configuration. --\u003e\n\u003c!-- *   `popup.html`: The HTML file for the extension's popup. --\u003e\n\u003c!-- *   `popup.js`: The JavaScript file for the extension's popup, which handles button click events and communicates with the content script. --\u003e\n\u003c!-- *   `icon48.png`: A 48x48 pixel icon for the extension. --\u003e\n\n\u003c!-- License --\u003e\n\u003c!-- ------- --\u003e\n\u003c!----\u003e\n\u003c!-- This project is released under the MIT License. See the [LICENSE](LICENSE) file for details. --\u003e\n\n## Troubleshooting\n\nIf the system's save file prompt doesn't appear when you click on the extension icon, try restarting Chrome. Reloading the extension (in dev mode) won't work.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftddschn%2Fsave-rendered-html-extension","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftddschn%2Fsave-rendered-html-extension","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftddschn%2Fsave-rendered-html-extension/lists"}