Snippit
Grab screenshots easy from your browser!
Was ist Snippit?
Snippit ist eine Chrome-Erweiterung, die von dinobpublishing entwickelt wurde, und ihr Hauptmerkmal ist "Grab screenshots easy from your browser!".
Erweiterungsscreenshots
Snippit-Erweiterungs-CRX-Datei herunterladen
Laden Sie Snippit-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Need to save a quick screenshot? Snippit is designed specifically to give you full screenshot of whatever you might be looking at! Just click it and Snippit! Best of all it is absolutely 100% free! I like to make tools to help people, and I hope you enjoy Snippit! **NEW FOR VERSION 1.2.0** - Users requested confirmation when a file was saved/copied this has been added. When you click either button once the save/copy is done the extension will tell you. =) --------------------------------------------------------------- **NEW FOR VERSION 1.1.0** - You can now copy your screenshots directly to your clipboard! If you don't want to save your screen shot to your computer, but want to instead copy it, click "Copy to Clipboard!" and you can paste it wherever you want!
Grundlegende Informationen zur Erweiterung
Name | Snippit |
ID | hhcbdolcmnbmnlkfiekegpkemgckhlii |
Offizielle URL | https://chromewebstore.google.com/detail/snippit/hhcbdolcmnbmnlkfiekegpkemgckhlii |
Beschreibung | Grab screenshots easy from your browser! |
Dateigröße | 1.65 MB |
Installationsanzahl | 1,235 |
Aktuelle Version | 1.2.0 |
Letztes Update | 2022-07-11 |
Veröffentlichungsdatum | 2021-05-24 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | dinobpublishing |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Snippit", "description": "Grab screenshots easy from your browser!", "version": "1.2.0", "action": { "default_popup": "index.html" }, "icons": { "16": "assets\/snippit16.png", "48": "assets\/snippit48.png", "128": "assets\/snippit128.png" }, "permissions": [ "activeTab", "clipboardWrite", "unlimitedStorage" ], "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*", "file:\/\/*\/*", "*:\/\/*\/*" ] } |