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.”。

擴展截圖

screenshot
screenshot
screenshot

下載Recon擴展crx文件

下載Recon擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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 Recon
ID nkdochbemgkadhjneplbaibebmocefla
官方網址 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"
        ]
    }
}