Overtab
Visual chrome tab manager that respects your context.
Co to jest Overtab?
Overtab to rozszerzenie Chrome opracowane przez overtab, a jego główną funkcją jest „Visual chrome tab manager that respects your context.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Overtab
Pobierz pliki rozszerzeń Overtab 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
Overtab helps you find your tabs when you've lost track of them. Features include: -Screenshots of your tabs. -Close tabs from the overtab screen. -Domains are color coded into the overtab screen tab box's border. -Omni-complete searchbox. -**Tab-opened tracking arrows** ==>> shows you how you got to a tab when you open new links. ********************************** ************ HOT KEY ************ >>To get to overtab from anywhere in chrome: ⌘ (or) CTRL + SHIFT + a ********************************** **********************************
Podstawowe informacje o rozszerzeniu
Nazwa | Overtab |
ID | leceanmnoanolhdkonbapdkplgikipon |
Oficjalny URL | https://chromewebstore.google.com/detail/overtab/leceanmnoanolhdkonbapdkplgikipon |
Opis | Visual chrome tab manager that respects your context. |
Rozmiar pliku | 641 KB |
Liczba instalacji | 557 |
Aktualna Wersja | 0.8.24 |
Ostatnia Aktualizacja | 2016-02-17 |
Data Publikacji | 2016-02-17 |
Ocena | 4.00/5 Łącznie 9 Oceny |
Deweloper | overtab |
Typ Płatności | free |
Strona Rozszerzenia | http://awongh.github.io/overtab/ |
Adres URL Strony Pomocy | http://awongh.github.io/overtab/ |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Overtab", "description": "Visual chrome tab manager that respects your context.", "version": "0.8.24", "default_locale": "en", "icons": { "19": "images\/overtab-compact-logo-19.png", "32": "images\/overtab-logo-32.png", "38": "images\/overtab-compact-logo-38.png", "48": "images\/overtab-logo-48.png", "128": "images\/overtab-logo-128.png" }, "browser_action": { "default_title": "tabs", "default_icon": { "19": "images\/overtab-compact-logo-19.png", "38": "images\/overtab-logo-38.png" } }, "background": { "persistent": false, "scripts": [ "scripts\/background.js" ] }, "homepage_url": "http:\/\/awongh.github.io\/overtab", "minimum_chrome_version": "25.0", "commands": { "open-overtab": { "suggested_key": { "default": "Ctrl+Shift+A" }, "description": "Open overTab." } }, "options_page": "options.html", "permissions": [ "background", "tabs", "storage", "unlimitedStorage", "system.memory", "history", " |