Rapid Search

Rapid Search - Search the web rapidly from your browser

Rapid Search là gì?

Rapid Search là một tiện ích mở rộng Chrome được phát triển bởi SG Meganet, và tính năng chính của nó là "Rapid Search - Search the web rapidly from your browser".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Rapid Search

Tải xuống các tệp mở rộng Rapid Search dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Rapid Search Rapid Search
ID ciakceimdcpohecihahfeojhfefmcimf
URL Chính Thức https://chromewebstore.google.com/detail/rapid-search/ciakceimdcpohecihahfeojhfefmcimf
Mô tả Rapid Search - Search the web rapidly from your browser
Kích Thước Tệp 226 KB
Số Lần Cài Đặt 11,581
Phiên Bản Hiện Tại 2.1
Cập Nhật Lần Cuối 2022-01-11
Ngày Phát Hành 2021-12-23
Nhà Phát Triển SG Meganet
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://rapid-searches.com/
URL Trang Trợ Giúp https://rapid-searches.com/index.php/contact-us/
URL Trang Chính Sách Bảo Mật https://rapid-searches.com/index.php/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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"
}