anchor

Tab switcher for Google Chrome.

anchor란 무엇입니까?

anchor은(는) Katsuma Tanaka에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Tab switcher for Google Chrome."입니다.

확장 프로그램 스크린샷

screenshot

anchor 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    ]
}