Funnel Search

Advance search operators for google search

Funnel Searchคืออะไร?

Funnel Search เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Kodebroz และคุณลักษณะหลักของมันคือ "Advance search operators for google search"

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

screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย Funnel Search ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Hey there,

Are you not able to find a relevant search result?
Perform target oriented search queries with Funnel Search.  

it uses advanced search operators to perform complex search queries for you. 
you can restrict your results with various search operator, that will bring the most relevant results for you. 

List of query restriction operators.
* Query by specific country (e.g. United States) .
* Query by specific domain name (e.g. stackoverflow.com).
* Query by specific language.
* Query for specific file type such as pdf, svg, ppt, etc. 
* Query for a specific time period (e.g from-12/24/2005, to 06/25/2020)
* Filter your results by the last modification date.
* Exclude unwanted keyword from the results.
* Include Specific keyword in the results.

Useful for someone who is researching documents, content for assignment, can easily find ppt, pdf file, where he/she can easily restrict the results based on their requirement and perform a targeted query or you are looking for a sale on your favorite store can focus your queries for a specific website.

Hoping, this extension is making your googling experience better.

Happy Coding!
Happy googling!                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Funnel Search Funnel Search
ID moncnfejkabmlhblomihhdoifkgpgkhh
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/funnel-search/moncnfejkabmlhblomihhdoifkgpgkhh
คำอธิบาย Advance search operators for google search
ขนาดไฟล์ 43.42 KB
จำนวนการติดตั้ง 3,000
เวอร์ชันปัจจุบัน 0.0.0.3
อัปเดตครั้งล่าสุด 2020-11-02
วันที่เผยแพร่ 2020-09-27
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา Kodebroz
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Funnel Search",
    "version": "0.0.0.3",
    "description": "Advance search operators for google search",
    "permissions": [
        "activeTab",
        "storage"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/funnelSearch16.png",
            "32": "images\/funnelSearch32.png",
            "48": "images\/funnelSearch48.png",
            "128": "images\/funnelSearch128.png"
        }
    },
    "icons": {
        "16": "images\/funnelSearch16.png",
        "32": "images\/funnelSearch32.png",
        "48": "images\/funnelSearch48.png",
        "128": "images\/funnelSearch128.png"
    },
    "manifest_version": 2
}