Lookup Companion for Wikipedia
Essential extension for any Wikipedia users. Full-featured: saves your recent wiki lookups, multi-lingual, back/forward and more!
Wat is Lookup Companion for Wikipedia?
Lookup Companion for Wikipedia is een Chrome-extensie ontwikkeld door mongolian2010, en de belangrijkste functie is "Essential extension for any Wikipedia users. Full-featured: saves your recent wiki lookups, multi-lingual, back/forward and more!".
Extensie Screenshots
Download het CRX-bestand van de extensie Lookup Companion for Wikipedia
Download Lookup Companion for Wikipedia-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | dhgpkiiipkgmckicafkhcihkcldbdeej |
Officiële URL | https://chrome.google.com/webstore/detail/lookup-companion-for-wiki/dhgpkiiipkgmckicafkhcihkcldbdeej |
Beschrijving | Essential extension for any Wikipedia users. Full-featured: saves your recent wiki lookups, multi-lingual, back/forward and more! |
Bestandsgrootte | 141 KB |
Aantal Installaties | 45,829 |
Huidige Versie | 2.0 |
Laatst Bijgewerkt | 2014-12-31 |
Publicatiedatum | 2014-12-31 |
Beoordeling | 4.48/5 Totaal 900 Beoordelingen |
Ontwikkelaar | mongolian2010 |
Betalingswijze | free |
Extensiewebsite | http://blog.visibotech.com |
Help Pagina-URL | http://blog.visibotech.com/search/label/WikipediaCompanion |
Ondersteunde Talen | 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" } |