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 là gì?
Google Search Images by Exact Size là một tiện ích mở rộng Chrome được phát triển bởi Tanveer, và tính năng chính của nó là "Search images on Google by exact width and height from any web page".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Google Search Images by Exact Size
Tải xuống các tệp mở rộng Google Search Images by Exact Size 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 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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Google Search Images by Exact Size |
ID | gikkckcfijodmnfgadbgcknkmcpkecej |
URL Chính Thức | https://chromewebstore.google.com/detail/google-search-images-by-e/gikkckcfijodmnfgadbgcknkmcpkecej |
Mô tả | Search images on Google by exact width and height from any web page |
Kích Thước Tệp | 14.94 KB |
Số Lần Cài Đặt | 446 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2019-10-31 |
Ngày Phát Hành | 2019-10-30 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | Tanveer |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.masaischool.com/ |
Ngôn Ngữ Được Hỗ Trợ | 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" } } } |