Inspect and view changes in OnePopup 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": "OnePopup",
"version": "1.0",
"description": "Gets all the opened tabs into one popup.",
"icons": {
"48": "icons/popup-48.png"
},
"permissions": [
"<all_urls>",
"tabs"
],
"browser_action": {
"default_icon": "icons/popup-48.png",
"default_title": "One popup",
"default_popup": "popup/display.html"
}
}