Force HighRes for Google Photos™
Force Google Photos to show image in highest resolution.
Co je Force HighRes for Google Photos™?
Force HighRes for Google Photos™ je rozšíření Chrome vyvinuté Henry Lim, a jeho hlavní funkcí je „Force Google Photos to show image in highest resolution.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Force HighRes for Google Photos™
Stáhněte si soubory rozšíření Force HighRes for Google Photos™ ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
✨ 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 Základní Informace o Rozšíření
| Název | |
| ID | bpmamcafhaehfjfkchaeedfflboiilcd |
| Oficiální URL | https://chromewebstore.google.com/detail/force-highres-for-google/bpmamcafhaehfjfkchaeedfflboiilcd |
| Popis | Force Google Photos to show image in highest resolution. |
| Velikost souboru | 12.8 KB |
| Počet instalací | 447 |
| Aktuální Verze | 0.0.2 |
| Poslední Aktualizace | 2019-09-22 |
| Datum Vydání | 2019-09-22 |
| Hodnocení | 5.00/5 Celkem 1 Hodnocení |
| Vývojář | Henry Lim |
| [email protected] | |
| Typ Platby | free |
| URL Stránky Zásad Ochrany Soukromí | https://policies.limhenry.xyz/slides |
| Podporované Jazyky | 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"
}
} | |