console2 chrome extension

Version: 0.0.1
console2
chrome devtools extensions, console2, you can console some thing to a separate spaces.
0.00 Based on 0 user rates

What is console2?

console2 is a developer tools chrome extension. it's a free extension , it has 8 active users since released its first version, it earns an average rating of 0.00 from 0 rated user, last update is 1730 days ago.


What’s new in version 0.0.1?

                // use function 'console2' in your code

// simple
console2('hah');

// object
console2({
  // list title
  title: 'hah',
  // detail
  data: {
    name: 'name1',
    // json view
    // data: 'string'
    // data: ['array']
    data: {
      a: 1, b: '2', c: [3, '4', '555']
    },
    // json expend level
    expandLevel: 2
  }
})

// object array
console2({
  // list title
  title: 'hah',
  // detail
  datas: [{
    // ...
  }]
})

// update
console2({
  // need the same id
  id: 'xxxx',
  // need type = 'update'
  type: 'update'
})            

How to install console2?

You could download the latest version crx file or older version files and install it.


Preview of console2


Technical Features:

  • Latest Version: 0.0.1
  • Requirements: Windows Chrome, Mac Chrome
  • License: Free
  • Latest update: Saturday, August 3rd, 2019
  • Author: ttshangxiang

console2 Available languages:

中文 (简体).


FAQ