feinstaub / webextension_local_filesystem_links

"Local Filesystem Links" is an addon for the Mozilla Firefox webbrowser. It will be ported soon to the WebExtension API and thus also might work for Chromium

Home Page:https://addons.mozilla.org/en-US/firefox/addon/local-filesystem-links/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

local-filesystem-links

Overview

This is the alien-local-filesystem-links extension for Mozilla Firefox.

It contains:

  • extension source code (src/)
  • native app source code (native-host/)
  • tests (test/)
  • documentation (doc/)

Features

  • Adds a click event to every link that is including file:// or smb:// in href tag. (smb not working yet)
  • Shows a link icon close to the link. Icon can be disabled in preferences.
  • Dynamic loaded content supported because link events are delegated with $(document).on(...)
  • Supports links with double and tripple slashes (e.g. file:// or file:///)
  • (Not available: Right click context menu that opens a text selection that contains a file link + option to reveal the directory of a directly linked file.)
  • Whitelist option to enable local links only at a specific url e.g. *.trello.com
  • Statusbar icon for displaying if links are active for current tab & for easier access to addon settings
  • Option to change the default text link behaviour (open or reveal)
  • Localization (current languages German, English, Russian)

Screenshots

Addon at local test server Context menu

License

Start developing

See README.dev.md

Donations

If you like the extension and you want to support the development - please consider to donate. Any donations are greatly appreciated.

About

"Local Filesystem Links" is an addon for the Mozilla Firefox webbrowser. It will be ported soon to the WebExtension API and thus also might work for Chromium

https://addons.mozilla.org/en-US/firefox/addon/local-filesystem-links/

License:GNU General Public License v2.0


Languages

Language:JavaScript 95.3%Language:HTML 3.3%Language:Python 0.6%Language:Shell 0.3%Language:Inno Setup 0.3%Language:CSS 0.1%Language:Batchfile 0.1%