-
Notifications
You must be signed in to change notification settings - Fork 7
/
popup.html
25 lines (22 loc) · 1.21 KB
/
popup.html
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
<html>
<body style="width: 20rem; font-size: 1rem;">
<h2> How to Use: </h2>
<ul>
<li> When you have opened any google app(gmail, calendar, keep etc).Press alt + num to switch to a particular
account number</li>
<li>For example for switching between Gmail accounts, try pressing alt + 1, alt + 2 etc</li>
<li> Almost all google apps are supported. Send a request if any app is not covered.</li>
<li>For support or any other issue, contact: <a href="mailto:[email protected]">email</a></li>
<li>Source code for the extension is open sourced at: <a
href="https://github.com/anshulahuja98/account-switcher">Github</a></li>
<li>Disclaimer: This extension is <b>not</b> affiliated in any way to Google</li>
<li> If you liked this extension and would like to support it, buy me a coffee from the link below :)</li>
</ul>
<center>
<a href='https://www.buymeacoffee.com/anshulahuja' target='_blank' className='d-flex justify-content-center'>
<img src='https://cdn.buymeacoffee.com/buttons/v2/default-yellow.png' alt='Buy Me A Coffee'
style="width: 15rem;" />
</a>
</center>
</body>
</html>