Force HighRes for Google Photos™

Force Google Photos to show image in highest resolution.

什么是Force HighRes for Google Photos™?

Force HighRes for Google Photos™是由Henry Lim开发的Chrome扩展程序,该扩展的主要功能是“Force Google Photos to show image in highest resolution.”。

扩展截图

screenshot

下载Force HighRes for Google Photos™扩展crx文件

下载Force HighRes for Google Photos™扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        ✨ 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                    

扩展基本信息

名称 Force HighRes for Google Photos™ Force HighRes for Google Photos™
ID bpmamcafhaehfjfkchaeedfflboiilcd
官方URL https://chromewebstore.google.com/detail/force-highres-for-google/bpmamcafhaehfjfkchaeedfflboiilcd
简介 Force Google Photos to show image in highest resolution.
文件大小 12.8 KB
安装次数 447
当前版本 0.0.2
更新时间 2019-09-22
上架时间 2019-09-22
评分 5.00/5 共1次评分
开发者 Henry Lim
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL https://policies.limhenry.xyz/slides
支持的语言 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"
    }
}