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은(는) Tanveer에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Search images on Google by exact width and height from any web page"입니다.
확장 프로그램 스크린샷
Google Search Images by Exact Size 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
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" } } } |