Inspect and view changes in WikiWide source codes across current and past versions
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"manifest_version": 2,
"name": "WikiWide",
"version": "1.0.7",
"description": "Makes Wikipedia full screen again.",
"content_scripts": [
{
"matches": [
"*://*.wikipedia.org/*"
],
"css": [
"wide.css"
],
"run_at": "document_start"
}
],
"browser_specific_settings": {
"gecko": {
"id": "{ec8267c1-6e99-48b3-906f-dcdb0be17879}"
}
}
}