Full Page Screenshots by IMG42

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

Wat is Full Page Screenshots by IMG42?

Full Page Screenshots by IMG42 is een Chrome-extensie ontwikkeld door icodeforlove, en de belangrijkste functie is "Instantly capture fullpage, or partial screenshots. After capture they get uploaded to img42 for easy shareability.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Full Page Screenshots by IMG42

Download Full Page Screenshots by IMG42-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

                        This extension provides three features:

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

Basisinformatie over de Extensie

Naam Full Page Screenshots by IMG42 Full Page Screenshots by IMG42
ID nomdplicjljgmgfbjgfnpdgkjpdphdah
Officiële URL https://chrome.google.com/webstore/detail/full-page-screenshots-by/nomdplicjljgmgfbjgfnpdgkjpdphdah
Beschrijving Instantly capture fullpage, or partial screenshots. After capture they get uploaded to img42 for easy shareability.
Bestandsgrootte 15.49 KB
Aantal Installaties 333
Huidige Versie 1.0.0
Laatst Bijgewerkt 2017-07-02
Publicatiedatum 2017-07-02
Beoordeling 2.33/5 Totaal 3 Beoordelingen
Ontwikkelaar icodeforlove
Betalingswijze free
Extensiewebsite https://img42.com
Ondersteunde Talen 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",
        ""
    ]
}