Bulk Resize Photos

Resize Images

Apa itu Bulk Resize Photos?

Bulk Resize Photos adalah ekstensi Chrome yang dikembangkan oleh https://bulkresizephotos.com, dan fitur utamanya adalah "Resize Images".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Bulk Resize Photos

Unduh file ekstensi Bulk Resize Photos 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

                        Free, super-fast image resizing in your web browser. This extension adds a "Resize Image" option in the context menu that appears when you right-click on images in webpages.                    

Informasi Dasar Ekstensi

Nama Bulk Resize Photos Bulk Resize Photos
ID lcjgalepfhimajgmallmlkekebpdlhgo
URL Resmi https://chromewebstore.google.com/detail/bulk-resize-photos/lcjgalepfhimajgmallmlkekebpdlhgo
Deskripsi Resize Images
Ukuran File 86.71 KB
Jumlah Instalasi 1,190
Versi Saat Ini 1.0
Terakhir Diperbarui 2021-03-15
Tanggal Publikasi 2021-03-15
Penilaian 5.00/5 Total 2 Penilaian
Pengembang https://bulkresizephotos.com
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://bulkresizephotos.com/
Bahasa yang Didukung id,de,en,fr,nl,vi,tr,es,it,hu,pl,ro,sv,cs,el,ru,iw,hi,bn,th,ar,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "permissions": [
        "contextMenus"
    ],
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "background": {
        "scripts": [
            "config.js",
            "autogenerated_for_ext\/Helpers.js",
            "autogenerated_for_ext\/MultiLang.js",
            "autogenerated_for_ext\/Random.js",
            "autogenerated_for_ext\/SiteData.js",
            "background.js"
        ],
        "persistent": false
    },
    "version": "1.0",
    "manifest_version": 2
}