Rapid Search

Rapid Search - Search the web rapidly from your browser

Rapid Searchคืออะไร?

Rapid Search เป็นส่วนขยายของ Chrome ที่พัฒนาโดย SG Meganet และคุณลักษณะหลักของมันคือ "Rapid Search - Search the web rapidly from your browser"

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

screenshot

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

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

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

                        Rapid Searches - Light and minimal new tab extension that allows you to search quickly from your homepage. Using rapid search is the best way to search the web. 

For more please visit: https://rapid-searches.com/

The search features use within the extension will be provided by Bing; 

By clicking "Add to Chrome", I accept and agree to install "Interiorz" Chrome extension and hereby agree to set Chrome New Tab to that provided by the service and the Privacy Policy and Terms of Use.                    

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

ชื่อ Rapid Search Rapid Search
ID ciakceimdcpohecihahfeojhfefmcimf
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/rapid-search/ciakceimdcpohecihahfeojhfefmcimf
คำอธิบาย Rapid Search - Search the web rapidly from your browser
ขนาดไฟล์ 226 KB
จำนวนการติดตั้ง 11,581
เวอร์ชันปัจจุบัน 2.1
อัปเดตครั้งล่าสุด 2022-01-11
วันที่เผยแพร่ 2021-12-23
ผู้พัฒนา SG Meganet
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://rapid-searches.com/
URL หน้าช่วยเหลือ https://rapid-searches.com/index.php/contact-us/
URL หน้านโยบายความเป็นส่วนตัว https://rapid-searches.com/index.php/privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "author": "Rapid Search",
    "name": "Rapid Search",
    "version": "2.1",
    "manifest_version": 2,
    "description": "Rapid Search - Search the web rapidly from your browser",
    "homepage_url": "http:\/\/rapid-searches.com",
    "browser_action": {
        "default_icon": {
            "16": "icons\/thundericon_16.png",
            "32": "icons\/thundericon_32.png",
            "48": "icons\/thundericon_48.png",
            "96": "icons\/thundericon_96.png",
            "128": "icons\/thundericon_128.png"
        }
    },
    "icons": {
        "16": "icons\/thundericon_16.png",
        "32": "icons\/thundericon_32.png",
        "48": "icons\/thundericon_48.png",
        "96": "icons\/thundericon_96.png",
        "128": "icons\/thundericon_128.png"
    },
    "background": {
        "persistent": true,
        "scripts": [
            "src\/override\/jquery.js",
            "src\/bg\/background.js"
        ]
    },
    "chrome_url_overrides": {
        "newtab": "src\/override\/override.html"
    },
    "short_name": "Rapid Search",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx"
}