Gibbon Tabs
Gibbon Tabs
Gibbon Tabs란 무엇입니까?
Gibbon Tabs은(는) macadev에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Gibbon Tabs"입니다.
확장 프로그램 스크린샷
Gibbon Tabs 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Tired of searching for that one page among your dozens of open tabs? Suffer no longer! With Gibbon Tabs you will find tabs in the blink of an eye! For simple instructions on how to use Gibbon Tabs please visit our Github page (it's a lot prettier than this ugly Chrome store page): https://github.com/macadev/Gibbon-Tabs - Features: + Tab Management - Search and jump to tabs by title or URL, across all your windows. - Quickly delete tabs while being able to see their title and URL. - Keyboard shortcuts for navigation and tab deletion will make you very fast. + Save Tabs For Later - Tab Snapshots let you save all your open tabs so you can close them and open them later. - Snapshots are synchronized across all your devices running Chrome and Gibbon Tabs! - Take a snapshot of... - The internal sites you open at work every morning! - All the websites you use to procrastinate. Waste lots of time more effectively! [IMPORTANT] For best use of this extension It's really important that you assign it a keyboard shortcut so you can access it quickly. Our Github page has instructions on how to do this: https://github.com/macadev/Gibbon-Tabs Thanks for checking this out!
확장 프로그램 기본 정보
이름 | Gibbon Tabs |
ID | bmkakdcikgcicahfkmcehpbhidhccfld |
공식 URL | https://chromewebstore.google.com/detail/gibbon-tabs/bmkakdcikgcicahfkmcehpbhidhccfld |
설명 | Gibbon Tabs |
파일 크기 | 581 KB |
설치 횟수 | 270 |
현재 버전 | 2.0.0 |
최근 업데이트 | 2020-07-27 |
출시 날짜 | 2018-07-10 |
평점 | 5.00/5 총 14 개의 평점 |
개발자 | macadev |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/macadev/Gibbon-Tabs |
도움말 페이지 URL | https://github.com/macadev/Gibbon-Tabs |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Gibbon Tabs", "author": "Daniel Macario", "version": "2.0.0", "description": "Gibbon Tabs", "icons": { "16": "images\/logo.png", "48": "images\/logo.png", "128": "images\/logo.png" }, "browser_action": { "default_popup": "index.html" }, "permissions": [ "tabs", "storage" ] } |