Poodle
Poodle is an add-on for a personalized and private web search.
What is Poodle?
Poodle is a Chrome extension developed by Unknown, and its main feature is "Poodle is an add-on for a personalized and private web search.".
Extension Screenshots
Download Poodle Extension CRX File
Download Poodle extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Poodle |
ID | akfjeaacafiajjmjeblnmmdnhchiacfj |
Official URL | https://chromewebstore.google.com/detail/poodle/akfjeaacafiajjmjeblnmmdnhchiacfj |
Description | Poodle is an add-on for a personalized and private web search. |
File Size | 6.75 MB |
Installation Count | 15 |
Current Version | 1.3.1 |
Last Updated | 2018-07-04 |
Publish Date | 2018-07-04 |
Rating | 5.00/5 Total 2 Ratings |
Developer | Unknown |
Payment Type | free |
Supported Languages | 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" } } |