Image viewer
This extension for convenient and functional image viewer with any html pages or links in your browser.
Image viewerคืออะไร?
Image viewer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Roman Rasskazov และคุณลักษณะหลักของมันคือ "This extension for convenient and functional image viewer with any html pages or links in your browser."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Image viewer
ดาวน์โหลดไฟล์ส่วนขยาย 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", " |