anchor

Tab switcher for Google Chrome.

Τι είναι το anchor;

Το anchor είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Katsuma Tanaka, και η κύρια λειτουργία του είναι "Tab switcher for Google Chrome.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης anchor

Λήψη αρχείων επέκτασης anchor σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα anchor anchor
ID hgnlmkibblofcjgcljofkcdofkplhlgb
Επίσημο URL https://chromewebstore.google.com/detail/anchor/hgnlmkibblofcjgcljofkcdofkplhlgb
Περιγραφή Tab switcher for Google Chrome.
Μέγεθος Αρχείου 66.16 KB
Αριθμός Εγκαταστάσεων 161
Τρέχουσα Έκδοση 3.7.0
Τελευταία Ενημέρωση 2023-05-07
Ημερομηνία Δημοσίευσης 2020-05-23
Αξιολόγηση 5.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής Katsuma Tanaka
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://github.com/questbeat/anchor
Υποστηριζόμενες Γλώσσες 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"
    ]
}