Screenshot Capture
Just a Mouse click will Capture visible content of a tab or a region of a webpage at a blink of eye.
Qu'est-ce que Screenshot Capture ?
Screenshot Capture est une extension Chrome développée par Helping Hands, et sa fonction principale est "Just a Mouse click will Capture visible content of a tab or a region of a webpage at a blink of eye.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Screenshot Capture
Téléchargez les fichiers d'extension Screenshot Capture 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
Captures Screen shots at ease with just a mouse click. This helps in saving the file in your specified format. Different from other screenshot applications as it captures the visible part of tab or webpage only not the entire screen. Simple and Easy to use. How to use: 1)Navigate to your desired page and click on the icon present at the right top. 2)It takes a screen shot of the screen and opens in a new tab and you can save it with your desired name and format. 3)Now right click on the image that is opened in the new tab and use different options to save Different options available 1) Click on the "Save image as" to save the image to your Disk in any format. 2) Click on the "Copy image" to copy the image and paste it in word,excel,mail and so on.. 3) Click on the "Search Google for image" to launch image search in google
Informations de Base sur l'Extension
Nom | Screenshot Capture |
ID | gmpjpbggancfjbfkhfjnkdfnjpgdjakp |
URL Officiel | https://chromewebstore.google.com/detail/screenshot-capture/gmpjpbggancfjbfkhfjnkdfnjpgdjakp |
Description | Just a Mouse click will Capture visible content of a tab or a region of a webpage at a blink of eye. |
Taille du Fichier | 17.71 KB |
Nombre d'Installations | 1,867 |
Version Actuelle | 3.7 |
Dernière Mise à Jour | 2021-02-22 |
Date de Publication | 2019-06-21 |
Évaluation | 4.64/5 Total 42 Évaluations |
Développeur | Helping Hands |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Screenshot Capture", "description": "Just a Mouse click will Capture visible content of a tab or a region of a webpage at a blink of eye.", "version": "3.7", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "browser_action": [], "background": { "scripts": [ "background.js" ] }, "permissions": [ "activeTab" ] } |