Standardized Screenshot

Takes standardized screenshots.

Co to jest Standardized Screenshot?

Standardized Screenshot to rozszerzenie Chrome opracowane przez https://jmartin.ca/screenshot-chrome, a jego główną funkcją jest „Takes standardized screenshots.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Standardized Screenshot

Pobierz pliki rozszerzeń Standardized Screenshot w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa Standardized Screenshot Standardized Screenshot
ID pabdhaakclnechgfhmnhkcbmjobeoope
Oficjalny URL https://chromewebstore.google.com/detail/standardized-screenshot/pabdhaakclnechgfhmnhkcbmjobeoope
Opis Takes standardized screenshots.
Rozmiar pliku 85.54 KB
Liczba instalacji 2,492
Aktualna Wersja 2.4.0
Ostatnia Aktualizacja 2020-01-29
Data Publikacji 2020-01-28
Ocena 3.38/5 Łącznie 13 Oceny
Deweloper https://jmartin.ca/screenshot-chrome
E-mail [email protected]
Typ Płatności free
Adres URL Strony Polityki Prywatności https://github.com/j-martin/screenshot-chrome/blob/master/PRIVACY.md
Obsługiwane Języki 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"
    }
}