Hare – Beautiful tab manager for chrome

Search engine for chrome tabs. Increase productivity by quickly navigating through your open tabs. MacOs Spotlight for chrome tabs.

Hare – Beautiful tab manager for chrome란 무엇입니까?

Hare – Beautiful tab manager for chrome은(는) http://tabhare.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Search engine for chrome tabs. Increase productivity by quickly navigating through your open tabs. MacOs Spotlight for chrome tabs."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Hare – Beautiful tab manager for chrome 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        This is an extension of your productivity of using chrome.

A beautifully designed search engine for your tabs.When we have many tabs open and are confused on which window's tab is it already open, we go ahead and create a new tab with the exact same content.This makes your browsing experience too cluttered and less productive.

Hare makes it faster for you to jump on any tab, you have open, by doing a fuzzy search on factors like URL, title etc. When you are all done with your tabs, you can have a nice interface for them to close it at once based on your fuzzy search.

Privacy: Your privacy is critically important to us. We don't have any server or any database. Hence, we don't store any information, any where. The extension runs completely on your browser. The extension passes through a review check for these and is only then published.

Features:
 — Fuzzy search on your tabs. Title or URL of the website.
— Action to close multiple tabs at once while doing a fuzzy search.
— Use Keyboard shortcuts to navigate quickly through the features.
— Quickly jump from one tab to the previous tab in one command

Shortcuts:
1) Toggle hare — 	⌘/ctrl+shift+space
2) Close hare — esc
3) Jump back to previous tab —⌘/ctrl+shift+U
4) Browse search list —Up arrow ↑ & down arrow ↓
5) Open highlighted tab —	return/enter
6)Close highlighted tab —	⌥(option)/alt+c
7)Select Multiple on list from mouse—	shift+click
8) Select Multiple on list from keyboard	— shift+down arrow↓ OR shift+Up arrow↑
9) Toggle highlighted tab for selection/unselection — ⌥(option)/alt+s
10) Clear all Selection — ⌥(option)/alt+x
11)Toggle Keyboard shortcuts — ⌥(option)/alt+k

For any bugs, queries, feature request or any feedback(We always welcome criticism), you are always welcome to mail us at [email protected]

Roadmap:
1) Add history and bookmarks search.
2) Action which lets you search the same way you would do on address bar.
3) And many more....                    

확장 프로그램 기본 정보

이름 Hare – Beautiful tab manager for chrome Hare – Beautiful tab manager for chrome
ID elklpfhmdbclpenlnljkfknnijnjnmon
공식 URL https://chrome.google.com/webstore/detail/hare-%E2%80%93%C2%A0beautiful-tab-mana/elklpfhmdbclpenlnljkfknnijnjnmon
설명 Search engine for chrome tabs. Increase productivity by quickly navigating through your open tabs. MacOs Spotlight for chrome tabs.
파일 크기 2.28 MB
설치 횟수 911
현재 버전 2.1.1
최근 업데이트 2021-01-16
출시 날짜 2020-06-26
평점 4.36/5 총 11 개의 평점
개발자 http://tabhare.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://tabhare.com
도움말 페이지 URL https://tabhare.com
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Hare \u2013\u00a0Beautiful tab manager for chrome",
    "version": "2.1.1",
    "description": "Search engine for chrome tabs. Increase productivity by quickly navigating through your open tabs. MacOs Spotlight for chrome tabs.",
    "manifest_version": 2,
    "permissions": [
        "activeTab",
        "tabs"
    ],
    "background": {
        "scripts": [
            "dist\/background.js"
        ]
    },
    "web_accessible_resources": [
        "images\/*.svg",
        "images\/apps\/*.svg",
        "hare.html"
    ],
    "content_security_policy": "script-src 'self' object-src 'self'",
    "commands": {
        "toggle-visibility": {
            "suggested_key": {
                "default": "Ctrl+Shift+Space",
                "mac": "Command+Shift+Space"
            },
            "description": "Toggle hare"
        },
        "jump-back-to-previous-tab": {
            "suggested_key": {
                "default": "Ctrl+Shift+U",
                "mac": "Command+Shift+U"
            },
            "description": "Jump back to previous tab"
        }
    },
    "icons": {
        "16": "images\/logo\/hare-new.png",
        "48": "images\/logo\/[email protected]",
        "128": "images\/logo\/[email protected]"
    },
    "browser_action": {
        "default_title": "Hare",
        "default_icon": {
            "16": "images\/logo\/hare-new.png",
            "32": "images\/logo\/[email protected]",
            "48": "images\/logo\/[email protected]",
            "128": "images\/logo\/[email protected]"
        }
    }
}