Image viewer
This extension for convenient and functional image viewer with any html pages or links in your browser.
什么是Image viewer?
Image viewer是由Roman Rasskazov开发的Chrome扩展程序,该扩展的主要功能是“This extension for convenient and functional image viewer with any html pages or links in your browser.”。
扩展截图
下载Image viewer扩展crx文件
下载Image viewer扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | Image viewer |
ID | jpampamblikognkmdnphbcajcmiaclmo |
官方URL | https://chromewebstore.google.com/detail/image-viewer/jpampamblikognkmdnphbcajcmiaclmo |
简介 | This extension for convenient and functional image viewer with any html pages or links in your browser. |
文件大小 | 45.5 KB |
安装次数 | 3,650 |
当前版本 | 0.7.7 |
更新时间 | 2015-07-07 |
上架时间 | 2015-07-07 |
评分 | 3.93/5 共29次评分 |
开发者 | Roman Rasskazov |
付费类型 | free |
扩展官网 | http://viewer.dbinf.com |
帮助页面URL | http://viewer.dbinf.com |
支持的语言 | 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", " |