Poodle

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

Wat is Poodle?

Poodle is een Chrome-extensie ontwikkeld door Unknown, en de belangrijkste functie is "Poodle is an add-on for a personalized and private web search.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Poodle

Download Poodle-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Poodle Poodle
ID akfjeaacafiajjmjeblnmmdnhchiacfj
Officiële URL https://chromewebstore.google.com/detail/poodle/akfjeaacafiajjmjeblnmmdnhchiacfj
Beschrijving Poodle is an add-on for a personalized and private web search.
Bestandsgrootte 6.75 MB
Aantal Installaties 15
Huidige Versie 1.3.1
Laatst Bijgewerkt 2018-07-04
Publicatiedatum 2018-07-04
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar Unknown
Betalingswijze free
Ondersteunde Talen 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"
    }
}