-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathmanifest.yaml
40 lines (31 loc) · 1.08 KB
/
manifest.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
manifest_version: 2
name: Vertigo Tabs
author: Erwan Ameil
homepage_url: https://github.com/idlewan/vertigo-tabs
version: '1.12'
description: >
Vertical tab bar for Firefox 57+
Goal of this extension:
- respect the user's system theme (colors, font sizes)
- should just work => sane defaults. If possible, no configuration
should be necessary.
WebExtensions cannot automatically hide the horizontal tab bar for now.
The current workaround is to add `#TabsToolbar {visibility: collapse;}`
(without quotes) to the `[your_ffox_profile_dir]/chrome/userChrome.css` file
(create it and the `chrome` folder if necessary).
Ctrl+Y is the shortcut to open/close the sidebar from the keyboard.
This allows you to hide it when going fullscreen for exampe (not necessary for
fullscreen from videos/youtube, the sidebar already isn't shown).
icons:
48: icon48.png
128: icon128.png
permissions:
- tabs
sidebar_action:
default_icon: icon48.png
default_title: Vertigo Tabs
default_panel: panel.html
commands:
_execute_sidebar_action:
suggested_key:
default: Ctrl+Y