Wikipedia-Interlink
In Wikipedia, insert a link to the other language version of the page, under the title.
Wat is Wikipedia-Interlink?
Wikipedia-Interlink is een Chrome-extensie ontwikkeld door ksaga, en de belangrijkste functie is "In Wikipedia, insert a link to the other language version of the page, under the title.".
Extensie Screenshots
Download het CRX-bestand van de extensie Wikipedia-Interlink
Download Wikipedia-Interlink-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
In Wikipedia, this extension makes links nearby the title to the same Wikipedia page in other languages. You can configure the languages. This is very useful for the user who uses Wikipedia in multi-languages. Version 1.1: * Multiple language support fixes. * The way settings are saved has been changed due to a requirement from the Chrome Web Store. * The font replacement feature is no longer available.
Basisinformatie over de Extensie
Naam | Wikipedia-Interlink |
ID | eieglkpnekdkplneinloajdeknicmjkm |
Officiële URL | https://chromewebstore.google.com/detail/wikipedia-interlink/eieglkpnekdkplneinloajdeknicmjkm |
Beschrijving | In Wikipedia, insert a link to the other language version of the page, under the title. |
Bestandsgrootte | 9.18 KB |
Aantal Installaties | 90 |
Huidige Versie | 1.1.0 |
Laatst Bijgewerkt | 2023-09-20 |
Publicatiedatum | 2015-06-19 |
Beoordeling | 4.50/5 Totaal 2 Beoordelingen |
Ontwikkelaar | ksaga |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "description": "__MSG_appDesc__", "version": "1.1.0", "manifest_version": 3, "permissions": [ "storage" ], "default_locale": "en", "minimum_chrome_version": "88", "icons": { "128": "icon.png" }, "content_scripts": [ { "matches": [ "https:\/\/*.wikipedia.org\/wiki\/*", "http:\/\/*.wikipedia.org\/wiki\/*", "https:\/\/*.wiktionary.org\/wiki\/*", "http:\/\/*.wiktionary.org\/wiki\/*" ], "js": [ "main.js" ] } ], "background": { "service_worker": "background.js" }, "options_page": "options.html" } |