Oolone visual search
Oolone is a visual search engine. It shows results as images rather than blocks of text. Also big on privacy.
Was ist Oolone visual search?
Oolone visual search ist eine Chrome-Erweiterung, die von http://www.oolone.com entwickelt wurde, und ihr Hauptmerkmal ist "Oolone is a visual search engine. It shows results as images rather than blocks of text. Also big on privacy.".
Erweiterungsscreenshots
Oolone visual search-Erweiterungs-CRX-Datei herunterladen
Laden Sie Oolone visual search-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
Oolone is a search engine like Google, but it displays search results as images, rather than blocks of text. Designed for visual people with the help of a neuroscientist, it is based on the idea that people are better suited to deal with images than text. This extension will give you a search box and open up the search results in a new Chrome tab. www.Oolone.com www.twitter.com/oolone
Grundlegende Informationen zur Erweiterung
Name | |
ID | jikjkjimehgiipmfbkjnnmhppfgnipjo |
Offizielle URL | https://chrome.google.com/webstore/detail/oolone-visual-search/jikjkjimehgiipmfbkjnnmhppfgnipjo |
Beschreibung | Oolone is a visual search engine. It shows results as images rather than blocks of text. Also big on privacy. |
Dateigröße | 26.64 KB |
Installationsanzahl | 97 |
Aktuelle Version | 1.1.2 |
Letztes Update | 2013-06-17 |
Veröffentlichungsdatum | 2013-06-17 |
Bewertung | 2.50/5 Insgesamt 6 Bewertungen |
Entwickler | http://www.oolone.com |
Zahlungsart | free |
Unterstützte Sprachen | en |
manifest.json | |
{ "browser_action": { "default_icon": "images\/chrome-icon.png", "popup": "index.html" }, "default_locale": "en", "description": "__MSG_Description__", "icons": { "128": "images\/icon128.png", "16": "images\/icon16.png" }, "name": "Oolone visual search", "permissions": [ "http:\/\/www.oolone.com\/*", "https:\/\/www.oolone.com\/*" ], "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "1.1.2" } |