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 |
官方網址 | 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", " |