notion-enhancer/repo/tabs/mod.json

49 lines
1.1 KiB
JSON

{
"name": "tabs",
"id": "e1692c29-475e-437b-b7ff-3eee872e1a42",
"environments": ["linux", "win32", "darwin"],
"version": "0.3.0",
"description": "open multiple notion pages in a single window.",
"tags": ["extension", "app"],
"authors": [
{
"name": "dragonwocky",
"email": "thedragonring.bod@gmail.com",
"homepage": "https://dragonwocky.me/",
"avatar": "https://dragonwocky.me/avatar.jpg"
}
],
"css": {},
"js": {},
"options": [
{
"key": "select_modifier",
"label": "tab select modifier",
"tooltip": "**usage: `Modifier+1` to `Modifier+9`, `Modifier+ArrowLeft` and `Modifier+ArrowRight`**",
"type": "select",
"values": [
"Alt",
"Command",
"Control",
"Super",
"Alt+Shift",
"Command+Shift",
"Control+Shift",
"Super+Shift"
]
},
{
"type": "hotkey",
"key": "new_tab",
"label": "new tab hotkey",
"value": "Control+T"
},
{
"type": "hotkey",
"key": "close_tab",
"label": "close tab hotkey",
"value": "Control+W"
}
]
}