Image viewer
This extension for convenient and functional image viewer with any html pages or links in your browser.
What is Image viewer?
Image viewer is a Chrome extension developed by Roman Rasskazov, and its main feature is "This extension for convenient and functional image viewer with any html pages or links in your browser.".
Extension Screenshots
Download Image viewer Extension CRX File
Download Image viewer 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
Image viewer allows you to scale the image and change the position of the image for comfortable viewing, to go back to the original size and position you need to double-click in any pane.
Extension Basic Information
Name | Image viewer |
ID | jpampamblikognkmdnphbcajcmiaclmo |
Official URL | https://chromewebstore.google.com/detail/image-viewer/jpampamblikognkmdnphbcajcmiaclmo |
Description | This extension for convenient and functional image viewer with any html pages or links in your browser. |
File Size | 45.5 KB |
Installation Count | 3,650 |
Current Version | 0.7.7 |
Last Updated | 2015-07-07 |
Publish Date | 2015-07-07 |
Rating | 3.93/5 Total 29 Ratings |
Developer | Roman Rasskazov |
Payment Type | free |
Extension Website | http://viewer.dbinf.com |
Help Page URL | http://viewer.dbinf.com |
Supported Languages | de,en,fr,es,ru,zh-CN,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "js\/bg.js" ] }, "content_scripts": [ { "js": [ "js\/bg.js" ], "matches": [ "*:\/\/*\/*", "file:\/\/\/*" ] } ], "default_locale": "ru", "name": "__MSG_name__", "description": "__MSG_desc__", "homepage_url": "http:\/\/viewer.dbinf.com", "web_accessible_resources": [ "bg.png" ], "icons": { "16": "16.png", "48": "48.png", "128": "128.png" }, "manifest_version": 2, "permissions": [ "tabs", "contextMenus", "webRequest", " |