ScreenSnip

A tool that allows you to take a screenshot of the current tab and crop it.

Vad är ScreenSnip?

ScreenSnip är en Chrome-tillägg utvecklad av bhayatus, och dess huvudfunktion är "A tool that allows you to take a screenshot of the current tab and crop it.".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner ScreenSnip-förlängningens CRX-fil

Ladda ner ScreenSnip-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn ScreenSnip ScreenSnip
ID okodoejppedehahibmdngneledbkliap
Officiell webbadress https://chromewebstore.google.com/detail/screensnip/okodoejppedehahibmdngneledbkliap
Beskrivning A tool that allows you to take a screenshot of the current tab and crop it.
Filstorlek 44.84 KB
Antal Installationer 1,086
Aktuell Version 1.1.0
Senast Uppdaterad 2020-04-05
Publiceringsdatum 2020-04-05
Betyg 5.00/5 Totalt 3 Betyg
Utvecklare bhayatus
Betalningssätt free
Stödda Språk 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"
    ]
}