Itsosticky screen capture

Itsosticky screen capture

Was ist Itsosticky screen capture?

Itsosticky screen capture ist eine Chrome-Erweiterung, die von itsosticky entwickelt wurde, und ihr Hauptmerkmal ist "Itsosticky screen capture".

Erweiterungsscreenshots

Itsosticky screen capture-Erweiterungs-CRX-Datei herunterladen

Laden Sie Itsosticky screen capture-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        A simple chrome extension for easy screen captures.

Toggle the extension with ctrl-shift-s (or command-shift-s on macOS). Drag to select a region to capture.

In the interest of user confidence, the source code for this extension is available at: https://github.com/itsosticky/itso_capture                    

Grundlegende Informationen zur Erweiterung

Name Itsosticky screen capture Itsosticky screen capture
ID igaopnngccagbhclcohemceikfoeeaco
Offizielle URL https://chromewebstore.google.com/detail/itsosticky-screen-capture/igaopnngccagbhclcohemceikfoeeaco
Beschreibung Itsosticky screen capture
Dateigröße 24.06 KB
Installationsanzahl 95
Aktuelle Version 0.1
Letztes Update 2016-10-26
Veröffentlichungsdatum 2016-10-26
Bewertung 3.67/5 Insgesamt 3 Bewertungen
Entwickler itsosticky
Zahlungsart free
Erweiterungswebsite https://itsosticky.com
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Itsosticky screen capture",
    "short_name": "Itsosticky",
    "version": "0.1",
    "description": "Itsosticky screen capture",
    "author": "Itsosticky",
    "browser_action": {
        "default_icon": "icons\/itso_icon_16_off.png",
        "default_title": "Itsosticky screen capture"
    },
    "background": {
        "scripts": [
            "script\/itso_background.js"
        ]
    },
    "permissions": [
        ""
    ],
    "web_accessible_resources": [
        "media\/icon_close.svg",
        "media\/icon_select.svg",
        "media\/logo_itsosticky.svg"
    ],
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "windows": "Ctrl+Shift+S",
                "mac": "Command+Shift+S",
                "chromeos": "Ctrl+Shift+S",
                "linux": "Ctrl+Shift+S"
            }
        }
    },
    "icons": {
        "16": "icons\/icon_16.png",
        "48": "icons\/icon_48.png",
        "128": "icons\/icon_128.png"
    }
}