Keeping Tabs
Search your open tabs to select the one you are looking for!
Co to jest Keeping Tabs?
Keeping Tabs to rozszerzenie Chrome opracowane przez Manjesh Malavalli, a jego główną funkcją jest „Search your open tabs to select the one you are looking for!”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Keeping Tabs
Pobierz pliki rozszerzeń Keeping 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
For those of you who browse the web with a lot of open tabs, Keeping Tabs allow you to search your open tabs and get to the one you want. You don't have to click on each tab until you find the one you're looking for.
Podstawowe informacje o rozszerzeniu
Nazwa | Keeping Tabs |
ID | bmacmmfphpkinaambadlchfgahmmhjmc |
Oficjalny URL | https://chromewebstore.google.com/detail/keeping-tabs/bmacmmfphpkinaambadlchfgahmmhjmc |
Opis | Search your open tabs to select the one you are looking for! |
Rozmiar pliku | 15.56 KB |
Liczba instalacji | 14 |
Aktualna Wersja | 1.0 |
Ostatnia Aktualizacja | 2015-11-23 |
Data Publikacji | 2015-11-22 |
Ocena | 5.00/5 Łącznie 1 Oceny |
Deweloper | Manjesh Malavalli |
Typ Płatności | free |
Obsługiwane Języki | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0", "manifest_version": 2, "name": "Keeping Tabs", "description": "Search your open tabs to select the one you are looking for!", "icons": { "16": "assets\/logo\/16.png", "32": "assets\/logo\/32.png", "48": "assets\/logo\/48.png", "128": "assets\/logo\/128.png" }, "browser_action": { "default_popup": "popup.html", "default_icon": { "19": "assets\/logo\/32.png" } }, "background": { "scripts": [ "background\/opentabs.js" ] }, "permissions": [ "*:\/\/*\/*\/", "chrome:\/\/favicon\/*", "tabs" ] } |