Search Google Image

Search Google Image for the selected text

Search Google Image là gì?

Search Google Image là một tiện ích mở rộng Chrome được phát triển bởi Quy Nguyen, và tính năng chính của nó là "Search Google Image for the selected text".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Search Google Image

Tải xuống các tệp mở rộng Search Google Image dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Search Google Image for the selected text. When you are learning, photos and images are the best way to put things into your memory. Looking up for the related images increases chance of remembering new terms in long term.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Search Google Image Search Google Image
ID kklenaehmadokmlmbehblimejakphfae
URL Chính Thức https://chrome.google.com/webstore/detail/search-google-image/kklenaehmadokmlmbehblimejakphfae
Mô tả Search Google Image for the selected text
Kích Thước Tệp 111 KB
Số Lần Cài Đặt 1,678
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2018-01-01
Ngày Phát Hành 2018-01-01
Đánh Giá 4.20/5 Tổng số 5 Đánh Giá
Nhà Phát Triển Quy Nguyen
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Search Google Image",
    "version": "1.1",
    "manifest_version": 2,
    "description": "Search Google Image for the selected text",
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "browser_action": {
        "default_icon": "icon.png"
    },
    "background": {
        "scripts": [
            "google_image.js"
        ]
    },
    "permissions": [
        "activeTab",
        "contextMenus"
    ],
    "author": [
        {
            "name": "Quy Nguyen",
            "email": "[email protected]"
        }
    ]
}