Giter Club home page Giter Club logo

node-chrome-user-data-dir's Introduction

node-chrome-user-data-dir

An easy way to generate custom Chromium / Google Chrome profile (user data directory) on Mac OS X / Linux. At this point you can register extensions (CRX packages) and override preferences.

Installation

npm install chrome-user-data-dir --save

Usage

var udd = require('chrome-user-data-dir');

udd({
    // userDataDir: '/path/to/existing/user-data-dir/if/needed',
    defaultPreferences: {
        homepage: 'chrome://version/',
        homepage_is_newtabpage: false,
        browser : {
            check_default_browser : false
        },
        sync_promo : {
            show_on_first_run_allowed: false
        },
        distribution : {
            skip_first_run_ui : true,
            make_chrome_default : false,
            make_chrome_default_for_user: false,
            suppress_first_run_bubble: true,
            suppress_first_run_default_browser_prompt: true
        }
    },
    externalExtensions: [
        '/tmp/mfabfdnimhipcapcioneheloaehhoggk.crx'
    ]
}, function (err, userDataDir) {
    // ready to launch chrome with `--user-data-dir={userDataDir}`
});

License

MIT License

node-chrome-user-data-dir's People

Contributors

shyiko avatar

Stargazers

 avatar eatPzxn avatar Alan Bacelar avatar Egor Eremeev avatar Aleksandr Komlev avatar

Watchers

Syoichi Tsuyuhara avatar  avatar James Cloos avatar  avatar

Forkers

erikvold

node-chrome-user-data-dir's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.