Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

A Firefox web extension allowing to add a paper to Papis bibliography manager using the url of the current page.

License

NotificationsYou must be signed in to change notification settings

papis/papis-firefox

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Description

papis-firefox is a Firefox add-on for integration withPapis, a powerful command-line bibliography manager for Linux.It allows to add an entry in Papis using the url of the current page.It installs a button in the navigation bars that simply executes in a new terminal the command:papis add --from-url <url>with<url> being the url of the current tab orpapis add --from-doi <doi> if a DOI is found in the url.

Due to the security restrictions on web extensions, the add-on cannot execute the command itself.It requires a connector app written in Python.The web extension sends thes url to the connector app, usingnative messaging, that executes the command.

Installation of the Firefox add-on

Two ways:

  1. Install it from theMozilla add-on page.

Or,

  1. Create a zip from the source:
cd add-onzip -r -FS ../papis-firefox.zip *

The.zip package can then be installed through theAdd-ons section of the Firefox menu.If you choose this method, the add-on would not be signed.To be installed, it is required to change the parameterxpinstall.signatures.required preferenceto false in about:config.Note that this change may create a security vulnerability on your system, use it at your own risks. Prefer the first option if you have no reason to do otherwise.

Installation of the Papis connector script

Copy the content of thescript folder to your local papis script folder, for instance~/.papis or~/.config/papis/scripts.Then execute the command:

papis install-webext

It will create apapis_connector.json file and copy it in the.mozilla local folder to allow the Firefox add-on to communicate with the connector app.

About

A Firefox web extension allowing to add a paper to Papis bibliography manager using the url of the current page.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python61.7%
  • JavaScript19.6%
  • Shell18.7%

[8]ページ先頭

©2009-2025 Movatter.jp