Tabs
A simple, usable index of all your tabs.
Co to jest Tabs?
Tabs to rozszerzenie Chrome opracowane przez kenmoore, a jego główną funkcją jest „A simple, usable index of all your tabs.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Tabs
Pobierz pliki rozszerzeń Tabs w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Don't let a ton of tabs slow you down.
Press Alt+T to toggle a heads-up list of all your tabs. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | cdbepibloojgbmnofbejfgglmdlifadj |
| Oficjalny URL | https://chrome.google.com/webstore/detail/tabs/cdbepibloojgbmnofbejfgglmdlifadj |
| Opis | A simple, usable index of all your tabs. |
| Rozmiar pliku | 127 KB |
| Liczba instalacji | 1,000 |
| Aktualna Wersja | 0.34 |
| Ostatnia Aktualizacja | 2019-05-14 |
| Data Publikacji | 2019-05-14 |
| Ocena | 4.67/5 Łącznie 30 Oceny |
| Deweloper | kenmoore |
| Typ Płatności | free |
| Obsługiwane Języki | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Tabs",
"description": "A simple, usable index of all your tabs.",
"version": "0.34",
"author": "Ken Moore",
"browser_action": {
"default_icon": {
"19": "images\/browser-action-19.png",
"38": "images\/browser-action-38.png"
}
},
"icons": {
"16": "images\/icon-16.png",
"32": "images\/icon-32.png",
"48": "images\/icon-48.png",
"128": "images\/icon-128.png"
},
"permissions": [
"tabs",
"activeTab",
"sessions",
"storage"
],
"web_accessible_resources": [
"css\/styles.css",
"css\/cleanslate.css",
"fonts\/*.woff2",
"images\/*.svg",
"images\/*.png"
],
"commands": {
"_execute_browser_action": {
"suggested_key": {
"default": "Alt+T"
}
},
"list-tabs": {
"suggested_key": {
"default": "Shift+Alt+T"
},
"description": "Show a list of all open tabs"
}
},
"background": {
"scripts": [
"js\/eventPage.js"
],
"persistent": false
}
} | |