SnapIt

Download exact visualization of a webpage

Wat is SnapIt?

SnapIt is een Chrome-extensie ontwikkeld door Philip Rogers, en de belangrijkste functie is "Download exact visualization of a webpage".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie SnapIt

Download SnapIt-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

                        Download an exact visual representation of a webpage.

https://github.com/stevenbfine/snap-it                    

Basisinformatie over de Extensie

Naam SnapIt SnapIt
ID ihcoajeckiamdgjipkokhcggolflbinf
Officiële URL https://chromewebstore.google.com/detail/snapit/ihcoajeckiamdgjipkokhcggolflbinf
Beschrijving Download exact visualization of a webpage
Bestandsgrootte 25.88 KB
Aantal Installaties 1,337
Huidige Versie 1.0
Laatst Bijgewerkt 2016-08-26
Publicatiedatum 2016-08-26
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar Philip Rogers
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/stevenbfine/snap-it
Ondersteunde Talen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "SnapIt",
    "description": "Download exact visualization of a webpage",
    "version": "1.0",
    "manifest_version": 2,
    "browser_action": {
        "default_icon": "assets\/camera48.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "assets\/camera16.png",
        "48": "assets\/camera48.png",
        "128": "assets\/camera128.png"
    },
    "permissions": [
        "activeTab",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}