ScreenSnip
A tool that allows you to take a screenshot of the current tab and crop it.
Wat is ScreenSnip?
ScreenSnip is een Chrome-extensie ontwikkeld door bhayatus, en de belangrijkste functie is "A tool that allows you to take a screenshot of the current tab and crop it.".
Extensie Screenshots
Download het CRX-bestand van de extensie ScreenSnip
Download ScreenSnip-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
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.
Basisinformatie over de Extensie
Naam | ScreenSnip |
ID | okodoejppedehahibmdngneledbkliap |
Officiële URL | https://chromewebstore.google.com/detail/screensnip/okodoejppedehahibmdngneledbkliap |
Beschrijving | A tool that allows you to take a screenshot of the current tab and crop it. |
Bestandsgrootte | 44.84 KB |
Aantal Installaties | 1,086 |
Huidige Versie | 1.1.0 |
Laatst Bijgewerkt | 2020-04-05 |
Publicatiedatum | 2020-04-05 |
Beoordeling | 5.00/5 Totaal 3 Beoordelingen |
Ontwikkelaar | bhayatus |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } |