JSPM

chrombrowse

1.0.0
    • ESM via JSPM
    • ES Module Entrypoint
    • Export Map
    • Keywords
    • License
    • Repository URL
    • TypeScript Types
    • README
    • Created
    • Published
    • 0
    • Score
      100M100P100Q50846F
    • License MIT

    Make your very own Chromium-based browser!

    Package Exports

    • chrombrowse
    • chrombrowse/lib/index.js

    This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (chrombrowse) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

    Readme

    chrombrowse

    Make your very own Chromium-based browser! 🚀

    chrombrowse is a Node.js library that lets you make your very own Chromium-based browser.
    It supports custom icons, browser names, custom New Tab / search page, and can open multiple tabs, including local HTML files.


    Features

    • Set a custom browser icon with setIcon.
    • Set the browser window name with nameSet.
    • Set a custom New Tab / search page with searchPage.
    • Open multiple tabs, including local files.
    • Works with Selenium via Chromedriver.

    Installation

    npm install chrombrowse
    # or
    yarn add chrombrowse