ImageSearcher

Powerful image search tool

ImageSearcherคืออะไร?

ImageSearcher เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Timur Kh และคุณลักษณะหลักของมันคือ "Powerful image search tool"

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        @update v1.0.1
Aug. 2018
 *add options and image-info pages
 *add background image search functionality
 *add video frame search functionality
 *add flexible settings

@release v1.0
Feb. 2018
Just experiment with chrome API and webstore.
Nothing useful has been added.                    

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

ชื่อ ImageSearcher ImageSearcher
ID bncpkbighoplpdnbjjkokndcppiengdf
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/imagesearcher/bncpkbighoplpdnbjjkokndcppiengdf
คำอธิบาย Powerful image search tool
ขนาดไฟล์ 448 KB
จำนวนการติดตั้ง 29
เวอร์ชันปัจจุบัน 1.0.1
อัปเดตครั้งล่าสุด 2018-08-02
วันที่เผยแพร่ 2018-08-01
คะแนน 5.00/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา Timur Kh
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "ImageSearcher",
    "description": "Powerful image search tool",
    "version": "1.0.1",
    "browser_action": {
        "default_icon": "Images\/icons\/256.png",
        "default_popup": "options.html"
    },
    "options_page": "options.html",
    "permissions": [
        "downloads",
        "notifications",
        "contextMenus",
        "tabs",
        "storage",
        "*:\/\/*.pictshare.net\/",
        "*:\/\/images.google.com\/*",
        "*:\/\/google.com\/*",
        "*:\/\/yandex.ru\/*",
        "activeTab",
        "",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "background": {
        "scripts": [
            "backgroundMain.js"
        ]
    },
    "web_accessible_resources": [
        "Images\/icons\/*.png"
    ],
    "commands": {
        "execute_imagesearch_script": {
            "suggested_key": {
                "default": "Ctrl+I",
                "mac": "Command+Shift+I"
            },
            "description": "Execute ImageSearch script"
        }
    },
    "icons": {
        "16": "Images\/icons\/16.png",
        "48": "Images\/icons\/48.png",
        "128": "Images\/icons\/128.png",
        "256": "Images\/icons\/256.png"
    }
}