Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Journey

Extension to manage and share your web journey.


Journey: Web extension

Features

  • Get tab name and tab link together in markdown style
  • Customizable shortcut to copy markdown style links
  • Dark theme supported
  • Extract all links from current window in one go
  • Option to extract as comma seperated values
  • Import all the links directly to tabs from any block of text
  • Never wonder what that weird dead or (now) private link was about.
  • Developers might like:
    • Simple : Just HTML and Javascript.
    • Non bloated: No trackers or Frameworks.
    • Open-Sourced: You can copy and update the code for according to your needs.
    • Template: This repository can be used for creating your own extensions from scratch.
  • Branches:
    1. Lite - Published as Lite version
    2. Main - Published as main version
    3. Dev - W.I.P - Testing out features

Install: Available on Chrome and Firefox

Chrome also compatible with Edge Opera Brave

Firefox

Lite version

  • For those who prefer to minimize extension permissions, we offer a lightweight version. Lite version just requires permissions for "tabs" and "storage" but with limited permissions comes limited powers. The lite version lacks context menu options and shortcut keys for getting tab URLs as Markdown links.
  • Lite version can export and import multiple tabs URLs in one go.

Lite version : Available on Chrome

Journey - Share and manage your web Journey | Product Hunt

Chrome: Install from Source

  • Clone/Download this repo.
  • Extract the zip file.
  • Go to chrome://extensions/.
  • Enable Developer mode switch.
  • Click on Load unpacked.
  • Select the extracted-folder.
  • Pin it if you want.
  • Done.

Firefox: Install from Source

  • Clone/Download this repo.
  • Extract the zip file.
  • Go to about:addons.
  • Click the Settings gear next to Personalize Your Firefox
  • Select Debug Add-Ons
  • Select Load Temporary Add-on...
  • Zip the Firefox extension folder and then select the zip file.
  • Command to create the Archive
Compress-Archive -Path ./* -DestinationPath firefoxExtn.zip -Force
  • Done.

Notes

  • If you are facing any issues or errors please create an issue here.
  • Thought of some new feature or enhancemet, please create a issue here.
  • Maintained by Whiskay.dev
  • Email: contact@whiskay.dev
  • If you reached till here, please dont forget to star the repository.

Credits