Poodle
Poodle is an add-on for a personalized and private web search.
Qu'est-ce que Poodle ?
Poodle est une extension Chrome développée par Unknown, et sa fonction principale est "Poodle is an add-on for a personalized and private web search.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Poodle
Téléchargez les fichiers d'extension Poodle au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Poodle |
ID | akfjeaacafiajjmjeblnmmdnhchiacfj |
URL Officiel | https://chromewebstore.google.com/detail/poodle/akfjeaacafiajjmjeblnmmdnhchiacfj |
Description | Poodle is an add-on for a personalized and private web search. |
Taille du Fichier | 6.75 MB |
Nombre d'Installations | 15 |
Version Actuelle | 1.3.1 |
Dernière Mise à Jour | 2018-07-04 |
Date de Publication | 2018-07-04 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | Unknown |
Type de Paiement | free |
Langues Prises en Charge | 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" } } |