Search Amazon by Image
Right click on any image to Search Amazon.com products through google image search.
Search Amazon by Image란 무엇입니까?
Search Amazon by Image은(는) extensionteamdev에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Right click on any image to Search Amazon.com products through google image search."입니다.
확장 프로그램 스크린샷
Search Amazon by Image 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Add right click "Search Amazon" in chrome now, just click "Add to Chrome" now. Search Amazon by any keyword or image you find randomly on any website, you are just right click away. Or just click extension icon and search Amazon Products you love from there. From movies, books, electronic accessories, baby toys to make-up, search anything you love on Amazon v1.2 Minor logic fix in popup search. -------------------------------------- All product names, logos, and brands are property of their respective owners.
확장 프로그램 기본 정보
이름 | Search Amazon by Image |
ID | fhjmapkoajhjpeafhjanfjbeakfcjoob |
공식 URL | https://chromewebstore.google.com/detail/search-amazon-by-image/fhjmapkoajhjpeafhjanfjbeakfcjoob |
설명 | Right click on any image to Search Amazon.com products through google image search. |
파일 크기 | 787 KB |
설치 횟수 | 24,490 |
현재 버전 | 1.3 |
최근 업데이트 | 2020-06-03 |
출시 날짜 | 2020-06-01 |
평점 | 1.91/5 총 23 개의 평점 |
개발자 | extensionteamdev |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | https://freeconverting.com/privacy.php |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Search Amazon by Image", "default_locale": "en", "description": "Right click on any image to Search Amazon.com products through google image search.", "background": { "scripts": [ "background.js" ] }, "version": "1.3", "icons": { "16": "images\/icon-16.png", "48": "images\/icon-48.png", "128": "images\/icon.png" }, "browser_action": { "default_icon": "images\/icon.png", "default_popup": "popup.html" }, "permissions": [ "contextMenus" ], "web_accessible_resources": [ "images\/*.png", "popup.js", "style.css" ] } |