Open a tab near the current tab
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": 3,
"name": "OpenNear",
"version": "1.2.2",
"description": "Open a tab near the current tab",
"homepage_url": "https://github.com/beyondlov1/open-near",
"browser_specific_settings": {
"gecko": {
"id": "opennear@beyond.com",
"strict_min_version": "50.0"
}
},
"permissions": [
"tabs",
"storage"
],
"background": {
"scripts": [
"/background/background.js"
]
}
}