Standardized Screenshot
Takes standardized screenshots.
Was ist Standardized Screenshot?
Standardized Screenshot ist eine Chrome-Erweiterung, die von https://jmartin.ca/screenshot-chrome entwickelt wurde, und ihr Hauptmerkmal ist "Takes standardized screenshots.".
Erweiterungsscreenshots
Standardized Screenshot-Erweiterungs-CRX-Datei herunterladen
Laden Sie Standardized Screenshot-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | Standardized Screenshot |
ID | pabdhaakclnechgfhmnhkcbmjobeoope |
Offizielle URL | https://chromewebstore.google.com/detail/standardized-screenshot/pabdhaakclnechgfhmnhkcbmjobeoope |
Beschreibung | Takes standardized screenshots. |
Dateigröße | 85.54 KB |
Installationsanzahl | 2,492 |
Aktuelle Version | 2.4.0 |
Letztes Update | 2020-01-29 |
Veröffentlichungsdatum | 2020-01-28 |
Bewertung | 3.38/5 Insgesamt 13 Bewertungen |
Entwickler | https://jmartin.ca/screenshot-chrome |
[email protected] | |
Zahlungsart | free |
URL der Datenschutzrichtlinien-Seite | https://github.com/j-martin/screenshot-chrome/blob/master/PRIVACY.md |
Unterstützte Sprachen | 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" } } |