Source code
Revision control
Copy as Markdown
Other Tools
[
{
"comment": "bookmarks type",
"test": {
"type": "bookmarks",
"title": "Bookmark Folder",
}
},
{
"comment": "tab_group type",
"test": {
"type": "tab_group",
"title": "My Tab Group",
}
},
{
"comment": "tabs type",
"test": {
"type": "tabs",
"title": "1 Tabs",
}
},
{
"comment": "http:// URL",
"test": {
"type": "tabs",
"title": "HTTP link",
}
},
{
"comment": "nested bookmarks",
"test": {
"type": "bookmarks",
"title": "Top Folder",
"links": [
{
"type": "bookmarks",
"title": "Nested Folder",
"links": [
{
"type": "bookmarks",
"title": "Nested Folder 2",
}
]
}
]
}
}
]