Bulk Resize Photos

Resize Images

Bulk Resize Photos là gì?

Bulk Resize Photos là một tiện ích mở rộng Chrome được phát triển bởi https://bulkresizephotos.com, và tính năng chính của nó là "Resize Images".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Bulk Resize Photos

Tải xuống các tệp mở rộng Bulk Resize Photos dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Bulk Resize Photos Bulk Resize Photos
ID lcjgalepfhimajgmallmlkekebpdlhgo
URL Chính Thức https://chromewebstore.google.com/detail/bulk-resize-photos/lcjgalepfhimajgmallmlkekebpdlhgo
Mô tả Resize Images
Kích Thước Tệp 86.71 KB
Số Lần Cài Đặt 1,190
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2021-03-15
Ngày Phát Hành 2021-03-15
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển https://bulkresizephotos.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://bulkresizephotos.com/
Ngôn Ngữ Được Hỗ Trợ 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
}