Recon
This is a tool that provides various options for advance and versatile search.
Was ist Recon?
Recon ist eine Chrome-Erweiterung, die von anand1996aditya entwickelt wurde, und ihr Hauptmerkmal ist "This is a tool that provides various options for advance and versatile search.".
Erweiterungsscreenshots
Recon-Erweiterungs-CRX-Datei herunterladen
Laden Sie Recon-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Recon |
ID | nkdochbemgkadhjneplbaibebmocefla |
Offizielle URL | https://chromewebstore.google.com/detail/recon/nkdochbemgkadhjneplbaibebmocefla |
Beschreibung | This is a tool that provides various options for advance and versatile search. |
Dateigröße | 32.99 KB |
Installationsanzahl | 311 |
Aktuelle Version | 1.9 |
Letztes Update | 2017-11-07 |
Veröffentlichungsdatum | 2017-11-07 |
Bewertung | 4.50/5 Insgesamt 2 Bewertungen |
Entwickler | anand1996aditya |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/aditya12anand |
Unterstützte Sprachen | 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" ] } } |