Range-selection Image Search

Search image by range-selection on webpage.

Range-selection Image Searchคืออะไร?

Range-selection Image Search เป็นส่วนขยายของ Chrome ที่พัฒนาโดย 778 และคุณลักษณะหลักของมันคือ "Search image by range-selection on webpage."

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

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Range-selection Image Search

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

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

                        Search image by rectangle-selection on webpage.

--Usage
Click a button on toolbar, and select range where you want to search.

--Feature
you can search part of photo, background-image and movie on the webpage.
you can search image on a pdf file opened in browser.

0.1.4 -- bugfix
0.1.3 -- bugfix
0.1.2 -- bugfix                    

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

ชื่อ Range-selection Image Search Range-selection Image Search
ID gmhecmaeajphjedhdjogmmaakkfainfk
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/range-selection-image-sea/gmhecmaeajphjedhdjogmmaakkfainfk
คำอธิบาย Search image by range-selection on webpage.
ขนาดไฟล์ 10.35 KB
จำนวนการติดตั้ง 3,575
เวอร์ชันปัจจุบัน 0.1.4
อัปเดตครั้งล่าสุด 2017-07-29
วันที่เผยแพร่ 2017-07-29
คะแนน 4.00/5 รวมทั้งหมด 14 คะแนน
ผู้พัฒนา 778
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "version": "0.1.4",
    "description": "__MSG_extDescription__",
    "default_locale": "en",
    "permissions": [
        "activeTab"
    ],
    "background": {
        "scripts": [
            "main.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "Image Search",
        "default_icon": "icon-128.png"
    },
    "icons": {
        "128": "icon-128.png"
    },
    "manifest_version": 2
}