Skip to content

ironyman/browser-history-graph

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build

cd popup
npm i
npm run build
cd ..
npm i
npx web-ext run --devtools --start-url bing.ca

Inner loop

In a terminal

cd popup
npm run nodemon

Run this task

// Place your key bindings in this file to override the defaults
[
    {
        "key": "alt+b",
        "command": "workbench.action.tasks.runTask",
        "args": "Run"
    },
]

Build xpi

npx web-ext build

or

zip -r -FS ../ext.zip * --exclude '*.git*'

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published