Snappy
Website screenshots so simple your grandma could do it.
Wat is Snappy?
Snappy is een Chrome-extensie ontwikkeld door Nick Germaine, en de belangrijkste functie is "Website screenshots so simple your grandma could do it.".
Download het CRX-bestand van de extensie Snappy
Download Snappy-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
Tired of taking screenshots using the print screen button, and then having to crop out the tabs, address bar, and other on-screen junk? Well no more! Currently only visible field capture is available, but hopefully soon I'll have some time to add in full page captures, as well as video captures, and more awesome features.
Basisinformatie over de Extensie
Naam | |
ID | fphenakchojmfbkcpjhklbjadjeblcko |
Officiële URL | https://chromewebstore.google.com/detail/snappy/fphenakchojmfbkcpjhklbjadjeblcko |
Beschrijving | Website screenshots so simple your grandma could do it. |
Bestandsgrootte | 62.82 KB |
Aantal Installaties | 94 |
Huidige Versie | 0.8 |
Laatst Bijgewerkt | 2017-10-01 |
Publicatiedatum | 2017-10-01 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | Nick Germaine |
Betalingswijze | free |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "Nick Germaine", "background": { "page": "src\/html\/background.html", "content_scripts": [ { "js": [ "src\/js\/jquery-3.2.1.min.js", "src\/js\/buy.js", "src\/js\/background.js" ] } ], "persistent": true }, "browser_action": { "default_popup": "src\/html\/popup.html" }, "content_scripts": [ { "matches": [ "http:\/\/www.google.com\/robots.txt*" ], "js": [ "oauth2\/oauth2_inject.js" ], "run_at": "document_start" }, { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "css": [ "src\/css\/swag.css" ], "js": [ "src\/js\/jquery-3.2.1.min.js", "src\/js\/buy.js", "src\/js\/gmr.js" ] } ], "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/fonts.googleapis.com\/*; object-src 'self'", "description": "Website screenshots so simple your grandma could do it.", "manifest_version": 2, "name": "Snappy", "permissions": [ "tabs", "downloads", "tabCapture", " |