/sites

Chrome extension - Makes it easier to open a list of URLs

Primary LanguageJavaScript

Sites

How to add default sites:

  • Add an array of JS objects which looks like this:

    {
      name: 'SITE-NAME',
      url: 'SITE-URL'
    }

    To the object defaultSites in the file script.js.