Eloquent Search

Eloquent Search - Search the web from your browser

Cos'è Eloquent Search?

Eloquent Search è un'estensione di Chrome sviluppata da https://eloquentsearch.com, e la sua funzione principale è "Eloquent Search - Search the web from your browser".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Eloquent Search

Scarica i file di estensione Eloquent Search in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Eloquent Search Eloquent Search
ID lnegdiedbnpbdedpjkcklkmhedobjehb
URL Ufficiale https://chromewebstore.google.com/detail/eloquent-search/lnegdiedbnpbdedpjkcklkmhedobjehb
Descrizione Eloquent Search - Search the web from your browser
Dimensione del File 148 KB
Conteggio Installazioni 432
Versione Corrente 1.0.0
Ultimo Aggiornamento 2021-12-13
Data di Pubblicazione 2021-12-13
Sviluppatore https://eloquentsearch.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.eloquentsearch.com
URL della Pagina della Politica sulla Privacy https://www.clickfireapps.com/privacy-policy
Lingue Supportate 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"
    ]
}