Skip to content

LentoMan/snsmp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

snsmp

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.

Releases

The latest version of the plugin can be installed from the Mozilla Addons Website.

Installation

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.

Running

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.

Publishing

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published