Image viewer
This extension for convenient and functional image viewer with any html pages or links in your browser.
Image viewer là gì?
Image viewer là một tiện ích mở rộng Chrome được phát triển bởi Roman Rasskazov, và tính năng chính của nó là "This extension for convenient and functional image viewer with any html pages or links in your browser.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Image viewer
Tải xuống các tệp mở rộng Image viewer dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Image viewer |
ID | jpampamblikognkmdnphbcajcmiaclmo |
URL Chính Thức | https://chromewebstore.google.com/detail/image-viewer/jpampamblikognkmdnphbcajcmiaclmo |
Mô tả | This extension for convenient and functional image viewer with any html pages or links in your browser. |
Kích Thước Tệp | 45.5 KB |
Số Lần Cài Đặt | 3,650 |
Phiên Bản Hiện Tại | 0.7.7 |
Cập Nhật Lần Cuối | 2015-07-07 |
Ngày Phát Hành | 2015-07-07 |
Đánh Giá | 3.93/5 Tổng số 29 Đánh Giá |
Nhà Phát Triển | Roman Rasskazov |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://viewer.dbinf.com |
URL Trang Trợ Giúp | http://viewer.dbinf.com |
Ngôn Ngữ Được Hỗ Trợ | 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", " |