By: Prasad Bhuyan
Inspect and view changes in WikiSum source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 2,
"name": "Wikipedia Summarizer",
"version": "1.0",
"description": "Quickly summarize Wikipedia articles",
"permissions": [
"activeTab"
],
"browser_action": {
"default_popup": "popup.html",
"default_icon": "icon48.png"
},
"icons": {
"48": "icon48.png"
},
"content_scripts": [
{
"matches": [
"*://*.wikipedia.org/*"
],
"js": [
"content-script.js"
]
}
],
"browser_specific_settings": {
"gecko": {
"id": "{bedcdf4b-dd49-4e95-a5aa-c4ba461acef3}"
}
}
} Best WikiSum Alternatives
Here are some Firefox add-ons that are similar to WikiSum: