anchor

Tab switcher for Google Chrome.

anchor क्या है?

anchor Katsuma Tanaka द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Tab switcher for Google Chrome."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में anchor एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
    ]
}