Description from extension meta
chrome devtools extensions, console2, you can console some thing to a separate spaces.
Image from store
Description from store
// 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'
})
About Extpose
Extpose is a service for Chrome extension publishers.
It helps tracking and optimizing browser extension performance in Chrome Web Store.
The most valuable features are available after creating an account.
Learn moreIf you are not an extension developer and want to install this extension please proceed to Chrome Web Store
Go to Chrome Web StoreStatistics
Links
Keywords
...
Similar extensions
94
8
1,534
1
1,566
969
1
1,538
3,439
13,361