Papis 版本紀錄 - 2 個版本
Papis 作者: Sebastien M. P.
Papis 版本紀錄 - 2 個版本
小心舊版本!這些版本只是提供來測試與參考用。您應該隨時用最新版的附加元件。
- 下載 Firefox 並安裝擴充套件必須使用 Firefox 才能使用此擴充套件
較舊版本
版本 0.1
發行於 2018年7月26日 - 24.5 KB適用於 firefox 50.0 與更新版本papis-firefox is a Firefox add-on for integration with Papis, 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 or papis 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, using native messaging, that executes the command.原始碼依照 WTFPL 條款釋出