Start your search with Amazon™ + Right Click
Start your search with Amazon™. Now With a 'Right Click' Search tool
Start your search with Amazon™ + Right Click란 무엇입니까?
Start your search with Amazon™ + Right Click은(는) https://lastdropofink.co.uk에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Start your search with Amazon™. Now With a 'Right Click' Search tool"입니다.
확장 프로그램 스크린샷
Start your search with Amazon™ + Right Click 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Simply click the icon or select any text & 'right click' to start your search on Amazon. Just press the icon at the top to select & set your default site (Amazon.com by default). The extension remembers this so that all your searches from then on-wards are for your desired Amazon site. ALL the Amazon sites are supported. And to confirm, this does include the handy highlight text to "right click" menu option to make searching Amazon easy. * Version History V1.2 Update for Amazon V1.0 First release. * This app is not developed by Amazon.
확장 프로그램 기본 정보
이름 | Start your search with Amazon™ + Right Click |
ID | jkjnddmeghbphgninpibiefkeedchalg |
공식 URL | https://chromewebstore.google.com/detail/start-your-search-with-am/jkjnddmeghbphgninpibiefkeedchalg |
설명 | Start your search with Amazon™. Now With a 'Right Click' Search tool |
파일 크기 | 173 KB |
설치 횟수 | 21 |
현재 버전 | 1.2 |
최근 업데이트 | 2020-05-17 |
출시 날짜 | 2020-05-17 |
개발자 | https://lastdropofink.co.uk |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | https://lastdropofink.co.uk/privacy-policy |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Start your search with Amazon\u2122 + Right Click", "short_name": "Search Amazon\u2122", "description": "Start your search with Amazon\u2122. Now With a 'Right Click' Search tool", "author": "Matthew Ogborne [email protected]", "version": "1.2", "permissions": [ "storage", "contextMenus", "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "background": { "scripts": [ "background.js" ] }, "icons": { "16": "images\/16.png", "24": "images\/24.png", "32": "images\/icon32.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "browser_action": { "default_icon": { "16": "images\/16.png", "24": "images\/24.png", "32": "images\/icon32.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "default_title": "Search Amazon\u2122", "default_popup": "amazon-tab.html" }, "web_accessible_resources": [ "css\/*.css", "images\/*.png" ] } |