BetterViewer
BetterViewer makes image viewing faster, easier, and more fun. BetterViewer was designed as a replacement for the image viewing…
What is BetterViewer?
BetterViewer is a Chrome extension developed by Adem Kouki, and its main feature is "BetterViewer makes image viewing faster, easier, and more fun. BetterViewer was designed as a replacement for the image viewing…".
Extension Screenshots
Download BetterViewer Extension CRX File
Download BetterViewer extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | BetterViewer |
ID | llcpfkbjgkpmapiidpnohffjmmnhpmpb |
Official URL | https://chromewebstore.google.com/detail/betterviewer/llcpfkbjgkpmapiidpnohffjmmnhpmpb |
Description | BetterViewer makes image viewing faster, easier, and more fun. BetterViewer was designed as a replacement for the image viewing… |
File Size | 2.32 MB |
Installation Count | 7,200 |
Current Version | 1.0.5 |
Last Updated | 2022-09-16 |
Publish Date | 2021-11-15 |
Rating | 4.80/5 Total 65 Ratings |
Developer | Adem Kouki |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/Ademking/BetterViewer |
Help Page URL | https://github.com/Ademking/BetterViewer/issues |
Supported Languages | 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:\/\/*\/*" } |