Poodle
Poodle is an add-on for a personalized and private web search.
Was ist Poodle?
Poodle ist eine Chrome-Erweiterung, die von Unknown entwickelt wurde, und ihr Hauptmerkmal ist "Poodle is an add-on for a personalized and private web search.".
Erweiterungsscreenshots
Poodle-Erweiterungs-CRX-Datei herunterladen
Laden Sie Poodle-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Poodle |
ID | akfjeaacafiajjmjeblnmmdnhchiacfj |
Offizielle URL | https://chromewebstore.google.com/detail/poodle/akfjeaacafiajjmjeblnmmdnhchiacfj |
Beschreibung | Poodle is an add-on for a personalized and private web search. |
Dateigröße | 6.75 MB |
Installationsanzahl | 15 |
Aktuelle Version | 1.3.1 |
Letztes Update | 2018-07-04 |
Veröffentlichungsdatum | 2018-07-04 |
Bewertung | 5.00/5 Insgesamt 2 Bewertungen |
Entwickler | Unknown |
Zahlungsart | free |
Unterstützte Sprachen | 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" } } |