Google Search Images by Exact Size

Search images on Google by exact width and height from any web page

Google Search Images by Exact Sizeคืออะไร?

Google Search Images by Exact Size เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Tanveer และคุณลักษณะหลักของมันคือ "Search images on Google by exact width and height from any web page"

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Google Search Images by Exact Size

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

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

                        Search Images on Google by Exact Custom Size

Google Search Images by Exact Size (GSIES) allows you to search images with custom width and height from any web page.

Keyboard Shortcut: Ctrl + I

Have any suggestions?
Tweet me: @tanveer86
Twitter - https://twitter.com/tanveer86                    

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

ชื่อ Google Search Images by Exact Size Google Search Images by Exact Size
ID gikkckcfijodmnfgadbgcknkmcpkecej
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/google-search-images-by-e/gikkckcfijodmnfgadbgcknkmcpkecej
คำอธิบาย Search images on Google by exact width and height from any web page
ขนาดไฟล์ 14.94 KB
จำนวนการติดตั้ง 446
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2019-10-31
วันที่เผยแพร่ 2019-10-30
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา Tanveer
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.masaischool.com/
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Google Search Images by Exact Size",
    "description": "Search images on Google by exact width and height from any web page",
    "version": "1.0",
    "manifest_version": 2,
    "permissions": [
        "contextMenus"
    ],
    "icons": {
        "16": "\/images\/icon-bitty.png",
        "48": "\/images\/icon-small.png",
        "128": "\/images\/icon-large.png"
    },
    "browser_action": {
        "default_popup": "\/html\/popup.html",
        "default_icon": "\/images\/icon-bitty.png"
    },
    "author": "Mohammed Tanveer",
    "background": {
        "persistent": false,
        "scripts": [
            "\/js\/background.js"
        ]
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+I",
                "mac": "MacCtrl+I"
            },
            "description": "Opens popup.html"
        }
    }
}