Skip to content

njtrettel/deep-link-extension

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Link Saver Chrome Extension

Building

  1. Clone this repo
  2. yarn install && yarn build
  3. You should have a /build folder now with all the necessary assets

Installing

  1. Go to chrome://extensions
  2. Enable Developer mode in the top right corner
  3. Click Load unpacked from the top left corner
  4. Find and select the entire /build folder that was output during the build step
  5. The extension should appear in your toolbar now. Click it to make sure it opens correctly
    1. If you get an error saying something about the Content Security Policy directive, you'll need to update the /public/manifest.json file. Honestly I'm not sure what this error means.
    2. The error should say something like Either the..., a hash ('sha256-HASH'), or a nonce..... Copy the sha256-HASH and replace the current value in content_security_policy of the /public/manifest.json
    3. Re-build and re-upload

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published