console2

console2

Use the 'console2' function to easily display and update detailed information in a structured manner, enhancing your productivity.

5

更新日期:2019 年 8 月 3 日分类标签:平台:没限制

260KiB 9 人已下载

console2 插件安装教程:


扩展迷 | chrome插件下载与安装教程(图文讲解,全网最详细)

console2 插件简介:

// 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’
})

console2 插件ID:

mjkgnnkmajendogpcbkplbpbcmehgeho

console2 插件最新版本:

0.0.1

相关导航

暂无评论

暂无评论...