Lightweight Screenshot

Take screenshots. Also works for full page and custom-size screenshots.

Qu'est-ce que Lightweight Screenshot ?

Lightweight Screenshot est une extension Chrome développée par Adam Feor, et sa fonction principale est "Take screenshots. Also works for full page and custom-size screenshots.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Lightweight Screenshot

Téléchargez les fichiers d'extension Lightweight Screenshot 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

                        A simple screenshot extension for Chrome. Supports taking screenshots of the current window, of an entire page (scrolling) and of a custom area.                    

Informations de Base sur l'Extension

Nom Lightweight Screenshot Lightweight Screenshot
ID eapeifgbfommamnclhbppicejicnpooc
URL Officiel https://chromewebstore.google.com/detail/lightweight-screenshot/eapeifgbfommamnclhbppicejicnpooc
Description Take screenshots. Also works for full page and custom-size screenshots.
Taille du Fichier 39.4 KB
Nombre d'Installations 478
Version Actuelle 1.1
Dernière Mise à Jour 2018-04-29
Date de Publication 2018-04-29
Évaluation 4.00/5 Total 5 Évaluations
Développeur Adam Feor
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Lightweight Screenshot",
    "description": "Take screenshots. Also works for full page and custom-size screenshots.",
    "version": "1.1",
    "icons": {
        "19": "images\/monitoriconsmall.png",
        "48": "images\/monitoricon48.png",
        "128": "images\/monitoricon.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "web_accessible_resources": [
        "images\/cus.png",
        "image\/vis.png",
        "images\/full.png",
        "images\/check.png",
        "images\/cross.png"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "images\/monitoriconsmall.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "",
        "downloads"
    ]
}