Lightweight Screenshot

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

Wat is Lightweight Screenshot?

Lightweight Screenshot is een Chrome-extensie ontwikkeld door Adam Feor, en de belangrijkste functie is "Take screenshots. Also works for full page and custom-size screenshots.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Lightweight Screenshot

Download Lightweight Screenshot-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

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

Basisinformatie over de Extensie

Naam Lightweight Screenshot Lightweight Screenshot
ID eapeifgbfommamnclhbppicejicnpooc
Officiële URL https://chromewebstore.google.com/detail/lightweight-screenshot/eapeifgbfommamnclhbppicejicnpooc
Beschrijving Take screenshots. Also works for full page and custom-size screenshots.
Bestandsgrootte 39.4 KB
Aantal Installaties 478
Huidige Versie 1.1
Laatst Bijgewerkt 2018-04-29
Publicatiedatum 2018-04-29
Beoordeling 4.00/5 Totaal 5 Beoordelingen
Ontwikkelaar Adam Feor
Betalingswijze free
Ondersteunde Talen 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"
    ]
}