BetterViewer
BetterViewer makes image viewing faster, easier, and more fun. BetterViewer was designed as a replacement for the image viewing…
Co je BetterViewer?
BetterViewer je rozšíření Chrome vyvinuté Adem Kouki, a jeho hlavní funkcí je „BetterViewer makes image viewing faster, easier, and more fun. BetterViewer was designed as a replacement for the image viewing…“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření BetterViewer
Stáhněte si soubory rozšíření BetterViewer 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í
BetterViewer makes image viewing faster, easier, and more fun. BetterViewer was designed as a replacement for the image viewing mode built into Chrome-based web browsers. With BetterViewer you can use various keyboard shortcuts to quickly pan, zoom images, edit and a lot more! This extension is open source: https://github.com/Ademking/BetterViewer Features * Zoom in / Zoom Out / Reset * Fullscreen * Rotate Left / Rotate Right * Flip Horizontal / Flip Vertical * Crop Image * Photo Editor (Adjust, Draw, Watermark, Filters, Finetune, Resize, Export As PNG, JPEG, JPG, WEBP) * Download Image * Upload Image to imgBB * Color picker * Image Details * Change background color (Dark / Light / Blurred) * Print Image * Extract Text from Image * Edit in Photopea (Thanks to @bbbenji) * Reverse Image Search (using TinEye) * QR Code Scanner * Settings to customize Toolbar
Základní Informace o Rozšíření
Název | BetterViewer |
ID | llcpfkbjgkpmapiidpnohffjmmnhpmpb |
Oficiální URL | https://chromewebstore.google.com/detail/betterviewer/llcpfkbjgkpmapiidpnohffjmmnhpmpb |
Popis | BetterViewer makes image viewing faster, easier, and more fun. BetterViewer was designed as a replacement for the image viewing… |
Velikost souboru | 2.32 MB |
Počet instalací | 7,200 |
Aktuální Verze | 1.0.5 |
Poslední Aktualizace | 2022-09-16 |
Datum Vydání | 2021-11-15 |
Hodnocení | 4.80/5 Celkem 65 Hodnocení |
Vývojář | Adem Kouki |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://github.com/Ademking/BetterViewer |
URL Stránky Nápovědy | https://github.com/Ademking/BetterViewer/issues |
Podporované Jazyky | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "BetterViewer", "version": "1.0.5", "manifest_version": 2, "background": { "scripts": [ "background.js" ], "persistent": true }, "browser_action": { "default_title": "BetterViewer" }, "permissions": [ "webRequest", "webRequestBlocking", "activeTab", "storage", "*:\/\/*\/*" ], "web_accessible_resources": [ "pages\/*" ], "icons": { "16": "icons\/16.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "content_security_policy": "default-src 'self'; connect-src 'self' https:\/\/*\/*" } |