Legacy Wikipedia
Forces various old layouts of Wikipedia
Wat is Legacy Wikipedia?
Legacy Wikipedia is een Chrome-extensie ontwikkeld door emy, en de belangrijkste functie is "Forces various old layouts of Wikipedia".
Extensie Screenshots
Download het CRX-bestand van de extensie Legacy Wikipedia
Download Legacy 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
This is a simple addon that forces various older layouts on Wikipedia. Basisinformatie over de Extensie
| Naam | |
| ID | hicopjpgmpodjhhddlgmjnincebphfaa |
| Officiële URL | https://chromewebstore.google.com/detail/legacy-wikipedia/hicopjpgmpodjhhddlgmjnincebphfaa |
| Beschrijving | Forces various old layouts of Wikipedia |
| Bestandsgrootte | 26.06 KB |
| Aantal Installaties | 61 |
| Huidige Versie | 1.0.21 |
| Laatst Bijgewerkt | 2023-04-22 |
| Publicatiedatum | 2023-01-29 |
| Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
| Ontwikkelaar | emy |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://github.com/sixem/legacy-wikipedia |
| Help Pagina-URL | https://github.com/sixem/legacy-wikipedia |
| Ondersteunde Talen | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Legacy Wikipedia",
"description": "Forces various old layouts of Wikipedia",
"author": "emy",
"manifest_version": 3,
"version": "1.0.21",
"homepage_url": "https:\/\/github.com\/sixem\/legacy-wikipedia",
"icons": {
"48": "48.png",
"128": "128.png"
},
"action": {
"default_popup": "popup.html"
},
"background": {
"service_worker": "service.js"
},
"content_scripts": [
{
"matches": [
"https:\/\/*.wikipedia.org\/wiki\/*",
"https:\/\/*.wikipedia.org\/w\/*"
],
"js": [
"main.js"
],
"run_at": "document_start"
}
],
"permissions": [
"storage",
"webNavigation"
]
} | |