ScreenShot Manager

Take screenshots and store them in local memory. Download them automatically or at a later date.

Apa itu ScreenShot Manager?

ScreenShot Manager adalah ekstensi Chrome yang dikembangkan oleh Karl Lankester-Carthy, dan fitur utamanya adalah "Take screenshots and store them in local memory. Download them automatically or at a later date.".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi ScreenShot Manager

Unduh file ekstensi ScreenShot Manager 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

                        ScreenShot Manager is made to store multiple screenshots in local memory for later use. 

Shots by default are downloaded automatically to the downloads folder. 

You can change this in the settings and have a dialog show which will ask you were you would like to save it. 

Alternatively you can just store them in chrome local storage , view them from the app and download them at a later date.                    

Informasi Dasar Ekstensi

Nama ScreenShot Manager ScreenShot Manager
ID ahkoflpaaagpepnbghabjnpkdbojoecg
URL Resmi https://chromewebstore.google.com/detail/screenshot-manager/ahkoflpaaagpepnbghabjnpkdbojoecg
Deskripsi Take screenshots and store them in local memory. Download them automatically or at a later date.
Ukuran File 108 KB
Jumlah Instalasi 1,426
Versi Saat Ini 1.9
Terakhir Diperbarui 2019-07-12
Tanggal Publikasi 2019-07-12
Penilaian 4.00/5 Total 4 Penilaian
Pengembang Karl Lankester-Carthy
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://etcmind.wordpress.com/
Bahasa yang Didukung en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ScreenShot Manager",
    "version": "1.9",
    "description": "Take screenshots and store them in local memory. Download them automatically or at a later date.",
    "options_page": "options.html",
    "background": {
        "persistent": false,
        "scripts": [
            "jquery-3.1.1.min.js",
            "background.js"
        ]
    },
    "icons": {
        "16": "camera16.png",
        "48": "camera48.png",
        "128": "camera128.png"
    },
    "browser_action": {
        "default_icon": "camera16.png",
        "default_title": "Shoot!"
    },
    "permissions": [
        "tabs",
        "",
        "activeTab",
        "downloads",
        "storage"
    ],
    "manifest_version": 2
}