This extension will open clicked media on social networking sites in a new browser tab or window for easy saving, images on X/twitter are currently supported.
The plugin can be toggled using the magnifier button added to the toolbar. When enabled, clicked images will pop out in a new tab.
The latest version of the plugin can be installed from the Mozilla Addons Website.
The project is configured to use Visual Studio Code for development.
In addition, Node.js and the web-ext package is required:
npm install --global web-ext
See the Mozilla Extension Workshop site for more information.
Open the .vscode/tasks.json
file, remove or change the profile path in the args section.
Go to Run and Debug in the vscode toolbar, make sure the correct launch task is selected and click the Start Debugging button next to the dropdown.
Update the version number in the manifest.json
file.
On windows you may first need to open a powershell with unrestricted access:
powershell.exe -ExecutionPolicy Unrestricted
Then build the extension by running the following commands:
cd snsmp_ff
web-ext build
Head over to the Mozilla Developer Portal and upload new version.