Full Page Screenshots by IMG42

Instantly capture fullpage, or partial screenshots. After capture they get uploaded to img42 for easy shareability.

Co to jest Full Page Screenshots by IMG42?

Full Page Screenshots by IMG42 to rozszerzenie Chrome opracowane przez icodeforlove, a jego główną funkcją jest „Instantly capture fullpage, or partial screenshots. After capture they get uploaded to img42 for easy shareability.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Full Page Screenshots by IMG42

Pobierz pliki rozszerzeń Full Page Screenshots by IMG42 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

                        This extension provides three features:

- Full page screenshots
- Partial page screenshots
- Free uncompressed hosting                    

Podstawowe informacje o rozszerzeniu

Nazwa Full Page Screenshots by IMG42 Full Page Screenshots by IMG42
ID nomdplicjljgmgfbjgfnpdgkjpdphdah
Oficjalny URL https://chrome.google.com/webstore/detail/full-page-screenshots-by/nomdplicjljgmgfbjgfnpdgkjpdphdah
Opis Instantly capture fullpage, or partial screenshots. After capture they get uploaded to img42 for easy shareability.
Rozmiar pliku 15.49 KB
Liczba instalacji 333
Aktualna Wersja 1.0.0
Ostatnia Aktualizacja 2017-07-02
Data Publikacji 2017-07-02
Ocena 2.33/5 Łącznie 3 Oceny
Deweloper icodeforlove
Typ Płatności free
Strona Rozszerzenia https://img42.com
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Full Page Screenshots by IMG42",
    "description": "Instantly capture fullpage, or partial screenshots. After capture they get uploaded to img42 for easy shareability.",
    "manifest_version": 2,
    "version": "1.0.0",
    "minimum_chrome_version": "55",
    "browser_action": {
        "default_icon": "icons\/38x38.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "scripts\/Selector.js",
                "scripts\/mousetrap.js",
                "scripts\/content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "32": "icons\/38x38.png",
        "128": "icons\/128x128.png"
    },
    "permissions": [
        "tabs",
        "activeTab",
        "storage",
        ""
    ]
}