TabTree
Sort your tabs and show them as a tree.
Co to jest TabTree?
TabTree to rozszerzenie Chrome opracowane przez TreeHugger, a jego główną funkcją jest „Sort your tabs and show them as a tree.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia TabTree
Pobierz pliki rozszerzeń TabTree 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
Your browser was a mess. You had too many tabs. Now, click a button, and view your tabs sorted, grouped, as a tree. Find what you need easier. Close what you don't need in batch. It's simple, and you'll be surprised how much it helps. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | lhjaemlbbmojcmfcljjmbamecahgdlkp |
| Oficjalny URL | https://chromewebstore.google.com/detail/tabtree/lhjaemlbbmojcmfcljjmbamecahgdlkp |
| Opis | Sort your tabs and show them as a tree. |
| Rozmiar pliku | 120 KB |
| Liczba instalacji | 1,082 |
| Aktualna Wersja | 1.2 |
| Ostatnia Aktualizacja | 2015-07-29 |
| Data Publikacji | 2015-07-28 |
| Ocena | 3.75/5 Łącznie 12 Oceny |
| Deweloper | TreeHugger |
| 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": "TabTree",
"description": "Sort your tabs and show them as a tree.",
"version": "1.2",
"background": {
"scripts": [
"background.js"
]
},
"browser_action": {
"default_icon": "tree-icon-48.png",
"default_popup": "popup.html"
},
"permissions": [
"tabs"
],
"icons": {
"16": "tree-icon-16.png",
"32": "tree-icon-32.png",
"48": "tree-icon-48.png",
"128": "tree-icon-128.png"
}
} | |