Inspect and view changes in OpenLinks 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": "OpenLinks",
"version": "1.0.6",
"description": "Opens a lot of links at once.",
"homepage_url": "https://github.com/jimmyaffatigato/OpenLinks",
"author": "Jimmy Affatigato",
"icons": {
"48": "icons/links-icon-48.png"
},
"permissions": [
"activeTab",
"storage",
"<all_urls>"
],
"background": {
"page": "background.html"
},
"browser_action": {
"default_icon": "icons/links-icon-32.png",
"default_title": "OpenLinks",
"default_popup": "openLinks.html"
}
}