Skip to content

arunpdl/netboxd-chrome-extension

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Netboxd

A simple browser extension to directly display Netflix link in Letterboxd movie page

Project Structure

.
|____ dist
| |____ css
| |____ js                // generated js files
| |____ icons
| |____ manifest.json
| |____ popup.html
| |____ _locales
|____ webpack.config.js
|____ package-lock.json
|____ package.json
|____ tsconfig.json
|____ src
  |____ scripts
  |____ pages

Development

Install

Clone this repository, and install dependencies:

npm install

Develop

npm run dev

Unpacked Chrome extension will be compiled into dist/.

You can load it into Chrome by enabling developer mode on the "Extensions" page, hitting "Load unpacked", and selecting the dist/ folder.

When you change the code, the extension will be reload.

Build

Compile extension:

npm run build

Contributing

Issues and PRs are welcome.

License

BSD-3-Clause

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published