Skip to content

"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

License

Notifications You must be signed in to change notification settings

feinstaub/webextension_local_filesystem_links

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published