Standardized Screenshot
Takes standardized screenshots.
Wat is Standardized Screenshot?
Standardized Screenshot is een Chrome-extensie ontwikkeld door https://jmartin.ca/screenshot-chrome, en de belangrijkste functie is "Takes standardized screenshots.".
Extensie Screenshots
Download het CRX-bestand van de extensie Standardized Screenshot
Download Standardized Screenshot-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | Standardized Screenshot |
ID | pabdhaakclnechgfhmnhkcbmjobeoope |
Officiële URL | https://chromewebstore.google.com/detail/standardized-screenshot/pabdhaakclnechgfhmnhkcbmjobeoope |
Beschrijving | Takes standardized screenshots. |
Bestandsgrootte | 85.54 KB |
Aantal Installaties | 2,492 |
Huidige Versie | 2.4.0 |
Laatst Bijgewerkt | 2020-01-29 |
Publicatiedatum | 2020-01-28 |
Beoordeling | 3.38/5 Totaal 13 Beoordelingen |
Ontwikkelaar | https://jmartin.ca/screenshot-chrome |
[email protected] | |
Betalingswijze | free |
URL van de Privacybeleid Pagina | https://github.com/j-martin/screenshot-chrome/blob/master/PRIVACY.md |
Ondersteunde Talen | 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" } } |