Poodle

Poodle is an add-on for a personalized and private web search.

Cos'è Poodle?

Poodle è un'estensione di Chrome sviluppata da Unknown, e la sua funzione principale è "Poodle is an add-on for a personalized and private web search.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Poodle

Scarica i file di estensione Poodle 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

                        Poodle is an add-on for a personalized and private web search. Poodle obtains the raw search results from a discrete search page (startpage.com) and displays in an personalized order according to your feedback. All the personalization configuration is saved in the local storage in your browser without giving out the information to others.                    

Informazioni di Base sull'Estensione

Nome Poodle Poodle
ID akfjeaacafiajjmjeblnmmdnhchiacfj
URL Ufficiale https://chromewebstore.google.com/detail/poodle/akfjeaacafiajjmjeblnmmdnhchiacfj
Descrizione Poodle is an add-on for a personalized and private web search.
Dimensione del File 6.75 MB
Conteggio Installazioni 15
Versione Corrente 1.3.1
Ultimo Aggiornamento 2018-07-04
Data di Pubblicazione 2018-07-04
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore Unknown
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Poodle",
    "description": "Poodle is an add-on for a personalized and private web search.",
    "version": "1.3.1",
    "permissions": [
        "https:\/\/www.startpage.com\/do\/search?&query="
    ],
    "background": {
        "scripts": [
            "js_Chrome\/backgroundScript.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "js": [
                "js\/jquery-2.2.4.js",
                "js_Chrome\/implicitFeedback.js"
            ],
            "css": [
                "style\/implicit.css"
            ]
        },
        {
            "matches": [
                "https:\/\/www.ke.tu-darmstadt.de\/resources\/Poodle\/do*"
            ],
            "js": [
                "js_Chrome\/standardSearch.js"
            ],
            "run_at": "document_start"
        }
    ],
    "browser_action": {
        "default_icon": "img\/icon.png"
    },
    "icons": {
        "64": "img\/icon.png"
    }
}