ScreenSnip
A tool that allows you to take a screenshot of the current tab and crop it.
Hvad er ScreenSnip?
ScreenSnip er en Chrome-udvidelse udviklet af bhayatus, og dens hovedfunktion er "A tool that allows you to take a screenshot of the current tab and crop it.".
Udvidelsesskærmbilleder
Download ScreenSnip-udvidelses-CRX-fil
Download ScreenSnip-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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. Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | okodoejppedehahibmdngneledbkliap |
| Officiel URL | https://chromewebstore.google.com/detail/screensnip/okodoejppedehahibmdngneledbkliap |
| Beskrivelse | A tool that allows you to take a screenshot of the current tab and crop it. |
| Filstørrelse | 44.84 KB |
| Antal Installationer | 1,086 |
| Nuværende Version | 1.1.0 |
| Senest Opdateret | 2020-04-05 |
| Udgivelsesdato | 2020-04-05 |
| Bedømmelse | 5.00/5 Samlet 3 Bedømmelser |
| Udvikler | bhayatus |
| Betalingsmetode | free |
| Understøttede Sprog | 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"
]
} | |