Standardized Screenshot

Takes standardized screenshots.

Cos'è Standardized Screenshot?

Standardized Screenshot è un'estensione di Chrome sviluppata da https://jmartin.ca/screenshot-chrome, e la sua funzione principale è "Takes standardized screenshots.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Standardized Screenshot

Scarica i file di estensione Standardized Screenshot in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Standardized Screenshot Standardized Screenshot
ID pabdhaakclnechgfhmnhkcbmjobeoope
URL Ufficiale https://chromewebstore.google.com/detail/standardized-screenshot/pabdhaakclnechgfhmnhkcbmjobeoope
Descrizione Takes standardized screenshots.
Dimensione del File 85.54 KB
Conteggio Installazioni 2,492
Versione Corrente 2.4.0
Ultimo Aggiornamento 2020-01-29
Data di Pubblicazione 2020-01-28
Valutazione 3.38/5 Totale 13 Valutazioni
Sviluppatore https://jmartin.ca/screenshot-chrome
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://github.com/j-martin/screenshot-chrome/blob/master/PRIVACY.md
Lingue Supportate 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"
    }
}