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
Eメール [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"
    }
}