ScreenSnip
A tool that allows you to take a screenshot of the current tab and crop it.
Qu'est-ce que ScreenSnip ?
ScreenSnip est une extension Chrome développée par bhayatus, et sa fonction principale est "A tool that allows you to take a screenshot of the current tab and crop it.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension ScreenSnip
Téléchargez les fichiers d'extension ScreenSnip 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
Take a screenshot of the current visible area in your Chrome tab and crop to your liking. Currently supports saving as .png/.jpeg/.webp. For faster access, you can also directly copy to the clipboard.
Informations de Base sur l'Extension
Nom | ScreenSnip |
ID | okodoejppedehahibmdngneledbkliap |
URL Officiel | https://chromewebstore.google.com/detail/screensnip/okodoejppedehahibmdngneledbkliap |
Description | A tool that allows you to take a screenshot of the current tab and crop it. |
Taille du Fichier | 44.84 KB |
Nombre d'Installations | 1,086 |
Version Actuelle | 1.1.0 |
Dernière Mise à Jour | 2020-04-05 |
Date de Publication | 2020-04-05 |
Évaluation | 5.00/5 Total 3 Évaluations |
Développeur | bhayatus |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "ScreenSnip", "version": "1.1.0", "manifest_version": 2, "description": "A tool that allows you to take a screenshot of the current tab and crop it.", "browser_action": { "default_title": "ScreenSnip" }, "icons": { "16": "images\/16.png", "32": "images\/32.png", "48": "images\/48.png", "64": "images\/64.png", "128": "images\/128.png" }, "background": { "persistent": false, "scripts": [ "\/background\/background.js" ] }, "permissions": [ "activeTab", "downloads" ] } |