Enhanced Image View

This extension modifies the look of your image view, automatically reverse image searches for the image and displays the results.

Enhanced Image Viewคืออะไร?

Enhanced Image View เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://desvre.tumblr.com และคุณลักษณะหลักของมันคือ "This extension modifies the look of your image view, automatically reverse image searches for the image and displays the results."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Enhanced Image View

ดาวน์โหลดไฟล์ส่วนขยาย Enhanced Image View ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        This extension aims to enhance the view of images in Chrome when they are viewed in a new tab.

It is just the start for some more useful features and additions later. The extension centers the displayed image. NEW (1.0.0): Automatic Reverse Google Image Search and display of the results in a list (from biggest to smallest). It it possible to visit the found images and pages and to select the respective links. Have fun!

Features:
- Centered Image
- Automatic reverse image search and immediate display of the results (max.20) complete with image- and page-links and image dimensions.
- Info about source image dimensions and comparision (color-coding) of the found results)

Possible features for the future:
. Options for several parts of the extension
. UI-Improvements
. etc. (give me a hint :) )

Update:
1.1.8 Updated Extension works again
1.1.7 when Google asks for a Captcha, you will be redirected to the corresponding page.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Enhanced Image View Enhanced Image View
ID gchejbhgfpigdbfkdjckalfnchjalkcg
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/enhanced-image-view/gchejbhgfpigdbfkdjckalfnchjalkcg
คำอธิบาย This extension modifies the look of your image view, automatically reverse image searches for the image and displays the results.
ขนาดไฟล์ 62.44 KB
จำนวนการติดตั้ง 407
เวอร์ชันปัจจุบัน 1.1.8
อัปเดตครั้งล่าสุด 2018-04-15
วันที่เผยแพร่ 2018-04-15
คะแนน 3.67/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา http://desvre.tumblr.com
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Enhanced Image View",
    "version": "1.1.8",
    "manifest_version": 2,
    "description": "This extension modifies the look of your image view, automatically reverse image searches for the image and displays the results.",
    "icons": {
        "16": "images\/icon_16.png",
        "48": "images\/icon_48.png",
        "128": "images\/icon_128.png"
    },
    "background": {
        "page": "background.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "css": [
                "styles.css"
            ],
            "js": [
                "jquery-2.1.3.min.js",
                "code.js"
            ]
        }
    ],
    "permissions": [
        "https:\/\/www.google-analytics.com\/",
        "webRequest",
        "storage",
        "tabs"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "homepage_url": "http:\/\/desvre.tumblr.com\/",
    "author": "Franz Spitaler"
}