anchor

Tab switcher for Google Chrome.

anchorとは何ですか?

anchorはKatsuma Tanakaによって開発されたChromeの拡張機能で、その主な機能は「Tab switcher for Google Chrome.」です。

拡張機能のスクリーンショット

screenshot

anchor拡張機能のCRXファイルをダウンロード

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
Eメール [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"
    ]
}