Eloquent Search

Eloquent Search - Search the web from your browser

什么是Eloquent Search?

Eloquent Search是由https://eloquentsearch.com开发的Chrome扩展程序,该扩展的主要功能是“Eloquent Search - Search the web from your browser”。

扩展截图

screenshot

下载Eloquent Search扩展crx文件

下载Eloquent Search扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Eloquent Search Eloquent Search
ID lnegdiedbnpbdedpjkcklkmhedobjehb
官方URL https://chromewebstore.google.com/detail/eloquent-search/lnegdiedbnpbdedpjkcklkmhedobjehb
简介 Eloquent Search - Search the web from your browser
文件大小 148 KB
安装次数 432
当前版本 1.0.0
更新时间 2021-12-13
上架时间 2021-12-13
开发者 https://eloquentsearch.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.eloquentsearch.com
隐私政策页面URL https://www.clickfireapps.com/privacy-policy
支持的语言 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"
    ]
}