Full Page Screenshots by IMG42

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

Qu'est-ce que Full Page Screenshots by IMG42 ?

Full Page Screenshots by IMG42 est une extension Chrome développée par icodeforlove, et sa fonction principale est "Instantly capture fullpage, or partial screenshots. After capture they get uploaded to img42 for easy shareability.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Full Page Screenshots by IMG42

Téléchargez les fichiers d'extension Full Page Screenshots by IMG42 au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        This extension provides three features:

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

Informations de Base sur l'Extension

Nom Full Page Screenshots by IMG42 Full Page Screenshots by IMG42
ID nomdplicjljgmgfbjgfnpdgkjpdphdah
URL Officiel https://chrome.google.com/webstore/detail/full-page-screenshots-by/nomdplicjljgmgfbjgfnpdgkjpdphdah
Description Instantly capture fullpage, or partial screenshots. After capture they get uploaded to img42 for easy shareability.
Taille du Fichier 15.49 KB
Nombre d'Installations 333
Version Actuelle 1.0.0
Dernière Mise à Jour 2017-07-02
Date de Publication 2017-07-02
Évaluation 2.33/5 Total 3 Évaluations
Développeur icodeforlove
Type de Paiement free
Site Web de l'Extension https://img42.com
Langues Prises en Charge 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",
        ""
    ]
}