console2
ExtensionDeveloper Tools7 users
Overview
chrome devtools extensions, console2, you can console some thing to a separate spaces.
// 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' })
0 out of 5No ratings
Google doesn't verify reviews. Learn more about results and reviews.
Details
- Version0.0.1
- UpdatedAugust 3, 2019
- Offered byttshangxiang
- Size260KiB
- Languages中文 (简体)
- Non-traderThis developer has not identified itself as a trader. For consumers in the European Union, please note that consumer rights do not apply to contracts between you and this developer.
Privacy
The developer has not provided any information about the collection or usage of your data.