Skip to content

matita/sharelet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sharelet

See it here: Sharelet

Mission

I love Android Intents, meaning I can open a resource in every app that supports that kind of resource, but I miss this feature on the desktop browser.

  • What if I want to share a web page with my friends on Facebook? I should copy the page address, go to Facebook, create a post and paste the address in.
  • And if I want to save that page on Pocket? Well, I could use their extension (or bookmarklet).
  • And if I want to share it with Buffer? Well, I could install their extension.
  • And what if... maybe you got that.

Long story short, to use all the services I daily use to share/save/whatever links I would have a lot of extensions and bookmarklets installed on the browser, meaning space on my pc and resource consumption for every page visited (since most of the extensions do a lot of work every time you navigate through the web).

What I needed was a single bookmarklet (not an extension) that could give me a rapid access to all the actions that I could do with a web page.

Features

  • Sharing via
    • Facebook
    • Twitter
    • Whatsapp
    • Telegram
    • Microsoft Teams
    • Reddit
    • Pinterest
    • Pocket
    • Buffer
    • LinkedIn
    • Email
  • QR to open the link with the phone
  • Done with Vanilla JS

To Do

  • custom reordering of intents
  • adding custom intents
  • filtering of intents based on url RegExp
  • create parametric intents (like email to someone specific, or create post on wordpress X or wordpress Y)
  • embedding in web pages
    • media query on height to show just the icons horizontally

About

Intents for the browser

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published