Tab Flow
Tab Flow allows you the freedom to move through your tabs with ease.
Tab Flow란 무엇입니까?
Tab Flow은(는) David Young에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Tab Flow allows you the freedom to move through your tabs with ease."입니다.
확장 프로그램 스크린샷
Tab Flow 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Tab Flow: The path of least resistance Tab Flow is an extension for Google Chrome that allows you to better manage your open tabs. - Type something into the search box (e.g. youtube) to filter by all tabs that mention "youtube" - Don't worry about capitalization - If you want to search by the URL instead of the title, check the box for "Use URLs" - If you click the link of a tab, you'll be redirected to that tab - Clicking "Bookmark" will bookmark the current list of tabs into a new folder on the Bookmark Bar - The new folder will have the current date and time to keep things separated - Clicking "Move" will move the current list of tabs to a new window - This is handy for keeping work/school/personal life separate - Clicking "Close" will (of course) close the current list of tabs - There's no "Re-Open" button, so be sure you want to close them
확장 프로그램 기본 정보
이름 | Tab Flow |
ID | pfhnncnieignceheeojlnpfhkblicdjd |
공식 URL | https://chromewebstore.google.com/detail/tab-flow/pfhnncnieignceheeojlnpfhkblicdjd |
설명 | Tab Flow allows you the freedom to move through your tabs with ease. |
파일 크기 | 37.25 KB |
설치 횟수 | 21 |
현재 버전 | 1.1.2 |
최근 업데이트 | 2017-08-12 |
출시 날짜 | 2017-08-11 |
개발자 | David Young |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://davidyoung604.github.io/tabflow.html |
도움말 페이지 URL | https://github.com/davidyoung604/Tab-Flow/issues |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Tab Flow", "version": "1.1.2", "options_page": "options.html", "permissions": [ "tabs", "bookmarks" ], "description": "Tab Flow allows you the freedom to move through your tabs with ease.", "icons": { "48": "images\/Tab Flow (48px).png", "128": "images\/Tab Flow (128px).png" }, "browser_action": { "default_title": "Tab Flow", "default_popup": "popup.html", "default_icon": { "19": "images\/Tab Flow (19px).png", "38": "images\/Tab Flow (38px).png" } }, "background": { "scripts": [ "background.js" ], "persistent": false } } |