Favitabs
Organise tabs by favicon, navigate them with mouse or keyboard
Favitabs란 무엇입니까?
Favitabs은(는) Richard Tucker에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Organise tabs by favicon, navigate them with mouse or keyboard"입니다.
확장 프로그램 스크린샷
Favitabs 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Are you fed up with having so many tabs and never being able to find the right one? Do end up with many duplicate tabs as a result? Favitabs shows all your tabs at a glance, organised by favicon and title. It works both as a replacement for the new tab page and as a pop-up which you can set to whatever key combination you like. It also lets you quickly search for tabs by title and navigate them using the keyboard. Favitabs does not request unnecessary permissions and does not have access to page content. It does not spy on you and send information to any server. It does not include any ads.
확장 프로그램 기본 정보
이름 | Favitabs |
ID | cooeblelamnaioffbochepdnmminogdg |
공식 URL | https://chromewebstore.google.com/detail/favitabs/cooeblelamnaioffbochepdnmminogdg |
설명 | Organise tabs by favicon, navigate them with mouse or keyboard |
파일 크기 | 9.44 KB |
설치 횟수 | 3,985 |
현재 버전 | 1.1 |
최근 업데이트 | 2022-10-31 |
출시 날짜 | 2019-02-08 |
평점 | 4.92/5 총 12 개의 평점 |
개발자 | Richard Tucker |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Favitabs", "author": "Richard Tucker", "version": "1.1", "description": "Organise tabs by favicon, navigate them with mouse or keyboard", "icons": { "128": "icon128.png" }, "permissions": [ "tabs" ], "commands": { "_execute_action": { "suggested_key": { "default": "Alt+F" } } }, "chrome_url_overrides": { "newtab": "newtab.html" }, "action": { "default_popup": "popup.html" } } |