5
8 Comments

Save Link Browser Extension

Has anyone built a Chrome extension before that saves the link for current page to an app? Or found a service/platform that allows you to build a basic Chrome extension with this functionality? For instance, I want to create a Chrome extension that allows users to save the current browser page to their profile within an app I’m working on. I’m building my app on Bubble so I’m hoping to use Bubble’s API and pair it up with a Chrome extension. Thanks for any input!

  1. 2

    My first extension was a link saver. I called it Read Later. I was a fun learning experience but I quickly realized Pocket is a better solution.

    1. 1

      Hey Tim - does your extension save the links locally in the user’s Chrome account? Or do they get saved to another source with some kind of API call? And is it flexible? I liked the simplicity of your extension if someone didn’t already have Pocket or didn’t want to create a new Pocket account just to save a few links. Nice work!

      1. 1

        The extension uses chrome.storage.sync . It works well but there is a max amount of data you can store in it.

  2. 2

    Hey Taylor - not sure if this is helpful but someone I know open sourced their web clipper extension https://github.com/jhlyeung/rumin-web-clipper

    1. 2

      Hey Matt - thanks so much for the link. That’s exactly what I was looking for to get started. I looked over the source code and I think I can hack something together to send the URL of the user’s current page to their account in my app. Just have to figure out the API call(s) to Bubble.io. I’ll reach out to the creator for more info on his extension. Thanks again!

      1. 1

        Awesome - glad it's helpful!

  3. 1

    I had to set this up building linkdrop.co. I'm not familiar with Bubble, but for LD I keep all links stored in postgres hosted on AWS. If Bubble has an integration with AWS you should be able to set up something similar.

  4. 1

    Hey Taylor, actually I do work on this kind of browser extension. It's called inmypocket (landing page InMyPocket, or here on IndieHackers), and it's aimed at saving the current page in a "read later" list, backed by a Pocket account, and therefore sync-able across any number of devices or different browsers.

    I'm in the process of porting it to Chrome too, among many other things. Why do this? Because Pocket stopped maintaining the old Firefox addon, and the Pocket integration was really barebone (and still is, even if it's become better over time).

Trending on Indie Hackers
How I grew a side project to 100k Unique Visitors in 7 days with 0 audience 49 comments Competing with Product Hunt: a month later 33 comments Why do you hate marketing? 29 comments My Top 20 Free Tools That I Use Everyday as an Indie Hacker 16 comments $15k revenues in <4 months as a solopreneur 14 comments Use Your Product 13 comments