Standardized Screenshot
Takes standardized screenshots.
What is Standardized Screenshot?
Standardized Screenshot is a Chrome extension developed by https://jmartin.ca/screenshot-chrome, and its main feature is "Takes standardized screenshots.".
Extension Screenshots
Download Standardized Screenshot Extension CRX File
Download Standardized Screenshot extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
A very opinionated screen capture extension for Chrome. It will: - Capture the current tab. - Add a macOS-ish title bar. - Add drop shadow to it. - Display the result in a popup frame. The source is available on Github: https://github.com/j-martin/screenshot-chrome Forked from: https://github.com/mrcoles/full-page-screen-capture-chrome-extension
Extension Basic Information
Name | Standardized Screenshot |
ID | pabdhaakclnechgfhmnhkcbmjobeoope |
Official URL | https://chromewebstore.google.com/detail/standardized-screenshot/pabdhaakclnechgfhmnhkcbmjobeoope |
Description | Takes standardized screenshots. |
File Size | 85.54 KB |
Installation Count | 2,492 |
Current Version | 2.4.0 |
Last Updated | 2020-01-29 |
Publish Date | 2020-01-28 |
Rating | 3.38/5 Total 13 Ratings |
Developer | https://jmartin.ca/screenshot-chrome |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://github.com/j-martin/screenshot-chrome/blob/master/PRIVACY.md |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Standardized Screenshot", "version": "2.4.0", "manifest_version": 2, "description": "Takes standardized screenshots.", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "content_security_policy": "default-src 'self'; img-src 'self' data:; style-src 'self'", "permissions": [ "activeTab" ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |