{"id":26212389,"url":"https://github.com/hackjutsu/screenshotcapturer","last_synced_at":"2026-04-14T12:34:09.841Z","repository":{"id":280083920,"uuid":"940921721","full_name":"hackjutsu/ScreenshotCapturer","owner":"hackjutsu","description":"A toy project to get a taste of Chrome extension","archived":false,"fork":false,"pushed_at":"2025-03-01T05:14:41.000Z","size":15,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-01T06:19:54.505Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hackjutsu.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2025-03-01T04:06:38.000Z","updated_at":"2025-03-01T05:37:31.000Z","dependencies_parsed_at":"2025-03-01T06:30:00.966Z","dependency_job_id":null,"html_url":"https://github.com/hackjutsu/ScreenshotCapturer","commit_stats":null,"previous_names":["hackjutsu/screenshotcapturer"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hackjutsu%2FScreenshotCapturer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hackjutsu%2FScreenshotCapturer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hackjutsu%2FScreenshotCapturer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hackjutsu%2FScreenshotCapturer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hackjutsu","download_url":"https://codeload.github.com/hackjutsu/ScreenshotCapturer/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243184952,"owners_count":20250087,"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","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":[],"created_at":"2025-03-12T08:32:17.193Z","updated_at":"2025-12-24T12:58:54.754Z","avatar_url":"https://github.com/hackjutsu.png","language":"JavaScript","readme":"# Screenshot Extension\n\nA Chrome extension that allows you to take screenshots of web pages in two ways:\n1. Capture the visible area only\n2. Capture the full webpage by automatically scrolling and stitching\n\n## Features\n\n- **Visible Area Screenshot**: Captures what's currently visible in the browser tab\n- **Full Page Screenshot**: Captures the entire webpage by scrolling and stitching multiple screenshots together\n- Automatic filename generation with timestamps\n- Progress indicator for full page captures\n\n## Installation\n\n### Development Mode\n\n1. Clone or download this repository\n2. Open Chrome and navigate to `chrome://extensions/`\n3. Enable \"Developer mode\" using the toggle in the top-right corner\n4. Click \"Load unpacked\" and select the folder containing the extension files\n5. The extension icon should appear in your Chrome toolbar\n\n### From Chrome Web Store (Coming Soon)\n\n1. Visit the Chrome Web Store page for this extension (link to be added)\n2. Click \"Add to Chrome\"\n3. Confirm the installation\n\n## Usage\n\n1. Navigate to the webpage you want to capture\n2. Click the extension icon in your Chrome toolbar\n3. Choose one of the following options:\n   - **Capture Visible Area**: Takes a screenshot of what's currently visible\n   - **Capture Full Page**: Takes a screenshot of the entire webpage (may take a moment for long pages)\n4. The screenshot will be automatically downloaded with a timestamp in the filename\n\n## How It Works\n\n- **Visible Area Screenshot**: Uses Chrome's `captureVisibleTab` API\n- **Full Page Screenshot**:\n  - Creates a canvas the size of the entire webpage\n  - Scrolls through the page, taking screenshots at each position\n  - Draws each screenshot onto the canvas at the appropriate position\n  - Converts the final canvas to a PNG image\n\n## Requirements\n\n- Google Chrome browser (version 88 or later recommended)\n\n## Known Limitations\n\n- Some websites with complex layouts or dynamic content may not capture perfectly\n- Very large webpages may require significant memory during the capture process\n- Websites that block content scripts may not work with the full page capture feature\n\n## License\n\nMIT","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhackjutsu%2Fscreenshotcapturer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhackjutsu%2Fscreenshotcapturer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhackjutsu%2Fscreenshotcapturer/lists"}