Inspect and view changes in Refresh All Pages 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": "Refresh All Tabs",
"version": "1.3",
"description": "Refresh all open tabs with a single click.",
"icons": {
"48": "icon.png"
},
"permissions": [
"tabs"
],
"background": {
"scripts": [
"background.js"
]
},
"browser_action": {
"default_icon": {
"48": "icon.png"
},
"default_title": "Refresh All Tabs"
},
"browser_specific_settings": {
"gecko": {
"id": "{c4b2403d-9803-4d39-aa36-449de0bb1c23}"
}
}
}