Eloquent Search

Eloquent Search - Search the web from your browser

Eloquent Search là gì?

Eloquent Search là một tiện ích mở rộng Chrome được phát triển bởi https://eloquentsearch.com, và tính năng chính của nó là "Eloquent Search - Search the web 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 Eloquent Search

Tải xuống các tệp mở rộng Eloquent 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

                        Eloquent Search - Light new tab that allows you to search by text and navigate easily to your favourite, recently visited sites.

For more information please visit: https://www.eloquentsearch.com
Please leave us a 5 start review!

By clicking "Add to chrome", I accept and agree to installing 'Eloquent Search' -  Chrome extension and setting Chrome™ New Tab to that provided by the service and the EULA and Privacy Policy

EULA: https://www.eloquentsearch.com/eula
Privacy Policy: https://www.eloquentsearch.com/privacy-policy

The extension will update your new tab settings and will change your search to be powered by Bing.                    

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

Tên Eloquent Search Eloquent Search
ID lnegdiedbnpbdedpjkcklkmhedobjehb
URL Chính Thức https://chromewebstore.google.com/detail/eloquent-search/lnegdiedbnpbdedpjkcklkmhedobjehb
Mô tả Eloquent Search - Search the web from your browser
Kích Thước Tệp 148 KB
Số Lần Cài Đặt 432
Phiên Bản Hiện Tại 1.0.0
Cập Nhật Lần Cuối 2021-12-13
Ngày Phát Hành 2021-12-13
Nhà Phát Triển https://eloquentsearch.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.eloquentsearch.com
URL Trang Chính Sách Bảo Mật https://www.clickfireapps.com/privacy-policy
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "author": "Eloquent Search",
    "background": {
        "persistent": true,
        "scripts": [
            "js\/jquery.js",
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "128": "icons\/128x128.png",
            "16": "icons\/16x16.png",
            "32": "icons\/32x32.png",
            "48": "icons\/48x48.png"
        }
    },
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "description": "Eloquent Search - Search the web from your browser",
    "homepage_url": "https:\/\/www.eloquentsearch.com",
    "icons": {
        "128": "icons\/128x128.png",
        "16": "icons\/16x16.png",
        "32": "icons\/32x32.png",
        "48": "icons\/48x48.png"
    },
    "manifest_version": 2,
    "name": "Eloquent Search",
    "permissions": [
        "topSites",
        "storage",
        "tabs"
    ],
    "short_name": "Eloquent Search",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.0",
    "web_accessible_resources": [
        "icon.png"
    ]
}