Force HighRes for Google Photos™

Force Google Photos to show image in highest resolution.

Force HighRes for Google Photos™ là gì?

Force HighRes for Google Photos™ là một tiện ích mở rộng Chrome được phát triển bởi Henry Lim, và tính năng chính của nó là "Force Google Photos to show image in highest resolution.".

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

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Force HighRes for Google Photos™

Tải xuống các tệp mở rộng Force HighRes for Google 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

                        ✨ FEATURES

✔️ Toggle between original resolution (high resolution) and lower resolution (based on screen height).


🎁 DONATE

PayPal: https://bit.ly/slides-donate


👨🏼‍💻 SOURCE CODE

GitHub: https://github.com/limhenry/google-photos-force-highres                    

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

Tên Force HighRes for Google Photos™ Force HighRes for Google Photos™
ID bpmamcafhaehfjfkchaeedfflboiilcd
URL Chính Thức https://chromewebstore.google.com/detail/force-highres-for-google/bpmamcafhaehfjfkchaeedfflboiilcd
Mô tả Force Google Photos to show image in highest resolution.
Kích Thước Tệp 12.8 KB
Số Lần Cài Đặt 447
Phiên Bản Hiện Tại 0.0.2
Cập Nhật Lần Cuối 2019-09-22
Ngày Phát Hành 2019-09-22
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Henry Lim
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://policies.limhenry.xyz/slides
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Force HighRes for Google Photos\u2122",
    "version": "0.0.2",
    "offline_enabled": true,
    "description": "Force Google Photos to show image in highest resolution.",
    "short_name": "Force HighRes for Google Photos\u2122",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/photos.google.com\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_idle",
            "all_frames": false
        }
    ],
    "permissions": [
        "storage"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "images\/logo_16.png",
        "48": "images\/logo_48.png",
        "128": "images\/logo_128.png"
    }
}