List All Tabs
show a list of all open tabs
Hvad er List All Tabs?
List All Tabs er en Chrome-udvidelse udviklet af lior99apps, og dens hovedfunktion er "show a list of all open tabs".
Udvidelsesskærmbilleder
Download List All Tabs-udvidelses-CRX-fil
Download List All Tabs-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Display all open tabs as a list, allowing easy switching, closing and muting/unmuting
Changelog:
https://github.com/lior99/see-all-tabs/blob/master/CHANGELOG.MD
Github Repo: https://github.com/lior99/see-all-tabs Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | iklkoalaepbjckknpnklbipmplnipcid |
| Officiel URL | https://chromewebstore.google.com/detail/list-all-tabs/iklkoalaepbjckknpnklbipmplnipcid |
| Beskrivelse | show a list of all open tabs |
| Filstørrelse | 994 KB |
| Antal Installationer | 3,376 |
| Nuværende Version | 4.0.2 |
| Senest Opdateret | 2021-03-05 |
| Udgivelsesdato | 2019-09-14 |
| Bedømmelse | 4.50/5 Samlet 16 Bedømmelser |
| Udvikler | lior99apps |
| [email protected] | |
| Betalingsmetode | free |
| Udvidelseswebsted | https://github.com/lior99/see-all-tabs |
| Understøttede Sprog | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "List All Tabs",
"version": "4.0.2",
"description": "show a list of all open tabs",
"short_name": "List All Tabs",
"author": "Lior Shtivelman",
"permissions": [
"tabs",
"storage",
"tabGroups"
],
"options_page": "options.html",
"action": {
"default_icon": "images\/dark_version.png",
"default_popup": "index.html"
},
"icons": {
"128": "icon_128.png"
},
"commands": {
"_execute_browser_action": {
"suggested_key": {
"default": "Alt+Shift+U",
"linux": "Ctrl+Shift+U",
"windows": "Alt+Shift+U",
"mac": "Ctrl+Shift+U"
}
}
}
} | |