Lookup Companion for Wikipedia
Essential extension for any Wikipedia users. Full-featured: saves your recent wiki lookups, multi-lingual, back/forward and more!
Was ist Lookup Companion for Wikipedia?
Lookup Companion for Wikipedia ist eine Chrome-Erweiterung, die von mongolian2010 entwickelt wurde, und ihr Hauptmerkmal ist "Essential extension for any Wikipedia users. Full-featured: saves your recent wiki lookups, multi-lingual, back/forward and more!".
Erweiterungsscreenshots
Lookup Companion for Wikipedia-Erweiterungs-CRX-Datei herunterladen
Laden Sie Lookup Companion for Wikipedia-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
Full-featured mini-browser/lookup tool for Wikipedia. Now 100,000 users! (Previously "Wikipedia Companion")
Features:
- Support all available languages in Wikipedia (New in 2.0)
- Support search via context menu
- Instant popup; No delay, no unneeded loading from server with our cache!
- Key focus: type the moment you open it
- Access to your recent lookups across any tabs and pages
- Back/forward history - works like mini-browser
- Multi-lingual support
- Option to open featured article on startup
- Select text within in the popup, then right click to search
- Customizable popup size
Hope you like it. Notice that this is not an official add-on from the Wikipedia Foundation.
Developed by Visibo Ltd. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | dhgpkiiipkgmckicafkhcihkcldbdeej |
| Offizielle URL | https://chrome.google.com/webstore/detail/lookup-companion-for-wiki/dhgpkiiipkgmckicafkhcihkcldbdeej |
| Beschreibung | Essential extension for any Wikipedia users. Full-featured: saves your recent wiki lookups, multi-lingual, back/forward and more! |
| Dateigröße | 141 KB |
| Installationsanzahl | 45,829 |
| Aktuelle Version | 2.0 |
| Letztes Update | 2014-12-31 |
| Veröffentlichungsdatum | 2014-12-31 |
| Bewertung | 4.48/5 Insgesamt 900 Bewertungen |
| Entwickler | mongolian2010 |
| Zahlungsart | free |
| Erweiterungswebsite | http://blog.visibotech.com |
| Hilfeseite URL | http://blog.visibotech.com/search/label/WikipediaCompanion |
| Unterstützte Sprachen | de,en,fr,es,it,zh-CN,zh-TW,ja |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "__MSG_extName__",
"version": "2.0",
"manifest_version": 2,
"description": "__MSG_extDescription__",
"background": {
"scripts": [
"background.js"
]
},
"options_page": "options.html",
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"default_locale": "en",
"browser_action": {
"default_icon": "icon19.png",
"default_popup": "wiki.html",
"default_title": "Wikipedia Companion"
},
"content_security_policy": "script-src 'self' https:\/\/*.wikipedia.org https:\/\/*.wikimedia.org; object-src 'self'",
"permissions": [
"http:\/\/*.wikipedia.org\/",
"contextMenus"
],
"minimum_chrome_version": "18"
} | |