Recon

This is a tool that provides various options for advance and versatile search.

Reconคืออะไร?

Recon เป็นส่วนขยายของ Chrome ที่พัฒนาโดย anand1996aditya และคุณลักษณะหลักของมันคือ "This is a tool that provides various options for advance and versatile search."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Recon

ดาวน์โหลดไฟล์ส่วนขยาย 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
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"
        ]
    }
}