anchor
Tab switcher for Google Chrome.
Co to jest anchor?
anchor to rozszerzenie Chrome opracowane przez Katsuma Tanaka, a jego główną funkcją jest „Tab switcher for Google Chrome.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia anchor
Pobierz pliki rozszerzeń anchor 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
Anchor is a tab switcher extension. You can search for tabs that match the words you enter. It's also possible to search for pages from your bookmarks or history by using the following filters. * "t:(keyword)" - Find from tabs. * "b:(keyword)" - Find from bookmarks. * "h:(keyword)" - Find from histories. If no filter is specified, it works the same as if "t:" were specified. Filters can also be combined. For example: * "tb:" - Find from tabs and bookmarks. * "tbh:" - Find from tabs, bookmarks and histories. After installation, select "Keyboard shortcuts" from the menu in the Chrome extension settings and setup the shortcuts.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | hgnlmkibblofcjgcljofkcdofkplhlgb |
Oficjalny URL | https://chromewebstore.google.com/detail/anchor/hgnlmkibblofcjgcljofkcdofkplhlgb |
Opis | Tab switcher for Google Chrome. |
Rozmiar pliku | 66.16 KB |
Liczba instalacji | 161 |
Aktualna Wersja | 3.7.0 |
Ostatnia Aktualizacja | 2023-05-07 |
Data Publikacji | 2020-05-23 |
Ocena | 5.00/5 Łącznie 1 Oceny |
Deweloper | Katsuma Tanaka |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/questbeat/anchor |
Obsługiwane Języki | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "anchor", "description": "Tab switcher for Google Chrome.", "version": "3.7.0", "icons": { "16": "public\/icons\/icon16.png", "48": "public\/icons\/icon48.png", "128": "public\/icons\/icon128.png" }, "commands": { "toggle-anchor": { "description": "Toggle anchor", "suggested_key": { "default": "Ctrl+S", "mac": "MacCtrl+S" } }, "toggle-anchor-with-bookmark-mode": { "description": "Toggle anchor (bookmark)" }, "toggle-anchor-with-history-mode": { "description": "Toggle anchor (history)" } }, "background": { "service_worker": "dist\/service_worker\/index.js" }, "permissions": [ "bookmarks", "favicon", "history", "system.display", "tabs" ] } |