Itsosticky screen capture

Itsosticky screen capture

Apa itu Itsosticky screen capture?

Itsosticky screen capture adalah ekstensi Chrome yang dikembangkan oleh itsosticky, dan fitur utamanya adalah "Itsosticky screen capture".

Screenshot Ekstensi

Unduh Berkas CRX Ekstensi Itsosticky screen capture

Unduh file ekstensi Itsosticky screen capture dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama Itsosticky screen capture Itsosticky screen capture
ID igaopnngccagbhclcohemceikfoeeaco
URL Resmi https://chromewebstore.google.com/detail/itsosticky-screen-capture/igaopnngccagbhclcohemceikfoeeaco
Deskripsi Itsosticky screen capture
Ukuran File 24.06 KB
Jumlah Instalasi 95
Versi Saat Ini 0.1
Terakhir Diperbarui 2016-10-26
Tanggal Publikasi 2016-10-26
Penilaian 3.67/5 Total 3 Penilaian
Pengembang itsosticky
Tipe Pembayaran free
Situs Ekstensi https://itsosticky.com
Bahasa yang Didukung 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"
    }
}