Full Page Screenshots by IMG42

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

Cos'è Full Page Screenshots by IMG42?

Full Page Screenshots by IMG42 è un'estensione di Chrome sviluppata da icodeforlove, e la sua funzione principale è "Instantly capture fullpage, or partial screenshots. After capture they get uploaded to img42 for easy shareability.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Full Page Screenshots by IMG42

Scarica i file di estensione Full Page Screenshots by IMG42 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

                        This extension provides three features:

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

Informazioni di Base sull'Estensione

Nome Full Page Screenshots by IMG42 Full Page Screenshots by IMG42
ID nomdplicjljgmgfbjgfnpdgkjpdphdah
URL Ufficiale https://chrome.google.com/webstore/detail/full-page-screenshots-by/nomdplicjljgmgfbjgfnpdgkjpdphdah
Descrizione Instantly capture fullpage, or partial screenshots. After capture they get uploaded to img42 for easy shareability.
Dimensione del File 15.49 KB
Conteggio Installazioni 333
Versione Corrente 1.0.0
Ultimo Aggiornamento 2017-07-02
Data di Pubblicazione 2017-07-02
Valutazione 2.33/5 Totale 3 Valutazioni
Sviluppatore icodeforlove
Tipo di Pagamento free
Sito Web dell'Estensione https://img42.com
Lingue Supportate 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",
        ""
    ]
}