Snippit
Grab screenshots easy from your browser!
Qu'est-ce que Snippit ?
Snippit est une extension Chrome développée par dinobpublishing, et sa fonction principale est "Grab screenshots easy from your browser!".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Snippit
Téléchargez les fichiers d'extension Snippit 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
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!
Informations de Base sur l'Extension
Nom | Snippit |
ID | hhcbdolcmnbmnlkfiekegpkemgckhlii |
URL Officiel | https://chromewebstore.google.com/detail/snippit/hhcbdolcmnbmnlkfiekegpkemgckhlii |
Description | Grab screenshots easy from your browser! |
Taille du Fichier | 1.65 MB |
Nombre d'Installations | 1,235 |
Version Actuelle | 1.2.0 |
Dernière Mise à Jour | 2022-07-11 |
Date de Publication | 2021-05-24 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | dinobpublishing |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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:\/\/*\/*", "*:\/\/*\/*" ] } |