Recon
This is a tool that provides various options for advance and versatile search.
Recon란 무엇입니까?
Recon은(는) anand1996aditya에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This is a tool that provides various options for advance and versatile search."입니다.
확장 프로그램 스크린샷
Recon 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This web extension is designed to help you search throughout the web in an extremely versatile manner where all you need to do is select a word and then right click to unveil all the searching options that has been provided by this web extension. version 1.9 -> This version has come up with various new features, the latest being able to track your delivery package -> The various search options have been arranged in an alphabetic order to ease navigation version 1.6.1 -> The new added features now help you to translate the words you select as well into seven different languages -> i) Engllish ii) Spanish iii) German and many more. Download the latest version whenever updates are rolled out! Do give your reviews.
확장 프로그램 기본 정보
이름 | Recon |
ID | nkdochbemgkadhjneplbaibebmocefla |
공식 URL | https://chromewebstore.google.com/detail/recon/nkdochbemgkadhjneplbaibebmocefla |
설명 | This is a tool that provides various options for advance and versatile search. |
파일 크기 | 32.99 KB |
설치 횟수 | 311 |
현재 버전 | 1.9 |
최근 업데이트 | 2017-11-07 |
출시 날짜 | 2017-11-07 |
평점 | 4.50/5 총 2 개의 평점 |
개발자 | anand1996aditya |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/aditya12anand |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Recon", "description": "This is a tool that provides various options for advance and versatile search.", "homepage_url": "https:\/\/github.com\/aditya12anand\/Recon", "version": "1.9", "icons": { "48": "icons\/recon-48.png", "96": "icons\/recon-96.png" }, "permissions": [ "contextMenus" ], "background": { "scripts": [ "background_chrome.js" ] } } |