anchor
Tab switcher for Google Chrome.
Qu'est-ce que anchor ?
anchor est une extension Chrome développée par Katsuma Tanaka, et sa fonction principale est "Tab switcher for Google Chrome.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension anchor
Téléchargez les fichiers d'extension anchor au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | hgnlmkibblofcjgcljofkcdofkplhlgb |
URL Officiel | https://chromewebstore.google.com/detail/anchor/hgnlmkibblofcjgcljofkcdofkplhlgb |
Description | Tab switcher for Google Chrome. |
Taille du Fichier | 66.16 KB |
Nombre d'Installations | 161 |
Version Actuelle | 3.7.0 |
Dernière Mise à Jour | 2023-05-07 |
Date de Publication | 2020-05-23 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | Katsuma Tanaka |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/questbeat/anchor |
Langues Prises en Charge | 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" ] } |