Quiiik Internet Search

Get search results from web.

Quiiik Internet Searchคืออะไร?

Quiiik Internet Search เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Direct GCC Commercial Brokers Trading และคุณลักษณะหลักของมันคือ "Get search results from web."

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

screenshot

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

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

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

                        Quiiik Search Engine enables user's browser to search web results.

By clicking "Add to Chrome", I accept and agree to installing the quiiik.com Chrome extension and setting Chrome New Tab and default search to that provided by the service and the Terms of Use and Privacy Policy. 

Search results will be powered by BING.

Terms & Conditions: https://quiiik.com/terms-conditions                    

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

ชื่อ Quiiik Internet Search Quiiik Internet Search
ID mhonaoojaddafkencghfgloenbbphcci
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/quiiik-internet-search/mhonaoojaddafkencghfgloenbbphcci
คำอธิบาย Get search results from web.
ขนาดไฟล์ 75.32 KB
จำนวนการติดตั้ง 11,824
เวอร์ชันปัจจุบัน 0.1.0
อัปเดตครั้งล่าสุด 2022-03-09
วันที่เผยแพร่ 2022-01-09
คะแนน 5.00/5 รวมทั้งหมด 75 คะแนน
ผู้พัฒนา Direct GCC Commercial Brokers Trading
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://quiiik.com/
URL หน้าช่วยเหลือ https://quiiik.com/contact
URL หน้านโยบายความเป็นส่วนตัว https://quiiik.com/privacy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Quiiik Internet Search",
    "author": "Direct GCC Commercial Brokers Trading",
    "version": "0.1.0",
    "description": "Get search results from web.",
    "chrome_settings_overrides": {
        "search_provider": {
            "name": "quiiik",
            "keyword": "keyword.quiiik.com",
            "search_url": "https:\/\/quiiik.com\/trk\/t.php?q={searchTerms}",
            "favicon_url": "https:\/\/quiiik.com\/favicon.ico",
            "suggest_url": "https:\/\/quiiik.com\/suggest?q={searchTerms}",
            "instant_url": "https:\/\/quiiik.com\/instant?q={searchTerms}",
            "image_url": "https:\/\/quiiik.com\/image?q={searchTerms}",
            "search_url_post_params": "search_channel=quiiik",
            "suggest_url_post_params": "suggest_lang=quiiik.com",
            "instant_url_post_params": "instant_lang=quiiik.com",
            "image_url_post_params": "image_lang=quiiik.com",
            "alternate_urls": [
                "https:\/\/quiiik.com\/s?q={searchTerms}",
                "https:\/\/quiiik.com\/s?q={searchTerms}"
            ],
            "encoding": "UTF-8",
            "is_default": true
        }
    },
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "16": "icons\/icon16.png",
        "28": "icons\/icon28.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "64": "icons\/icon64.png",
        "96": "icons\/icon96.png",
        "128": "icons\/icon128.png"
    },
    "permissions": [
        "history",
        "storage"
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'; script-src-elem 'self' 'unsafe-inline' https:\/\/ssl.google-analytics.com;"
    }
}