anchor

Tab switcher for Google Chrome.

What is anchor?

anchor is a Chrome extension developed by Katsuma Tanaka, and its main feature is "Tab switcher for Google Chrome.".

Extension Screenshots

screenshot

Download anchor Extension CRX File

Download anchor extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name anchor anchor
ID hgnlmkibblofcjgcljofkcdofkplhlgb
Official URL https://chromewebstore.google.com/detail/anchor/hgnlmkibblofcjgcljofkcdofkplhlgb
Description Tab switcher for Google Chrome.
File Size 66.16 KB
Installation Count 161
Current Version 3.7.0
Last Updated 2023-05-07
Publish Date 2020-05-23
Rating 5.00/5 Total 1 Ratings
Developer Katsuma Tanaka
Email [email protected]
Payment Type free
Extension Website https://github.com/questbeat/anchor
Supported Languages 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"
    ]
}