Tab manager
Easily arrange your Chrome tabs in layouts of tiled sub-windows.
Tab manager란 무엇입니까?
Tab manager은(는) https://tile-tabs.freefinancetools.net에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Easily arrange your Chrome tabs in layouts of tiled sub-windows."입니다.
확장 프로그램 스크린샷
Tab manager 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Take tabs from parent windows and arrange them in layouts of tiled sub-windows. OVERVIEW Tile Chrome Tabs help you to easily arrange your google chrome tabs in layouts of tiled sub-windows grid view. The Layouts can be saved and easily reopened Distributed under the GNU General Public License version 2. See LICENCE.txt file and http://www.gnu.org/licenses/
확장 프로그램 기본 정보
이름 | Tab manager |
ID | iofngkkljgebpllggmdpcldpifhdckkg |
공식 URL | https://chromewebstore.google.com/detail/tab-manager/iofngkkljgebpllggmdpcldpifhdckkg |
설명 | Easily arrange your Chrome tabs in layouts of tiled sub-windows. |
파일 크기 | 233 KB |
설치 횟수 | 2,381 |
현재 버전 | 3.0.0 |
최근 업데이트 | 2022-04-18 |
출시 날짜 | 2020-07-13 |
평점 | 3.40/5 총 5 개의 평점 |
개발자 | https://tile-tabs.freefinancetools.net |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://tile-tabs.freefinancetools.net |
도움말 페이지 URL | https://tile-tabs.freefinancetools.net/contact |
지원되는 언어 | id,ms,de,en,fil,fr,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,hi,th,ar,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "service_worker": "\/js\/bg-worker.js" }, "commands": { "hideshowlayout": { "description": "Hide\/Show Layout", "suggested_key": { "default": "Alt+Shift+Down", "mac": "MacCtrl+Shift+Down" } }, "newcloselayout": { "description": "New\/Close Layout", "suggested_key": { "default": "Alt+Shift+Up", "mac": "MacCtrl+Shift+Up" } }, "refreshlayout": { "description": "Refresh Layout", "suggested_key": { "default": "Alt+Shift+Left", "mac": "MacCtrl+Shift+Left" } }, "toggletoolbars": { "description": "Toggle Toolbars", "suggested_key": { "default": "Alt+Shift+Right", "mac": "MacCtrl+Shift+Right" } } }, "container": "GOOGLE_DRIVE", "default_locale": "en", "description": "__MSG_application_description__", "icons": { "128": "icons\/128.png", "16": "icons\/16.png", "32": "icons\/32.png", "48": "icons\/48.png", "64": "icons\/64.png" }, "manifest_version": 3, "minimum_chrome_version": "88", "name": "__MSG_application_title__", "offline_enabled": true, "options_ui": { "open_in_tab": true, "page": "options.html" }, "permissions": [ "activeTab", "webNavigation", "contextMenus", "storage", "scripting" ], "version": "3.0.0", "action": { "default_icon": { "16": "icons\/16.png" }, "default_title": "Tile Chrome Tabs" }, "homepage_url": "https:\/\/tile-tabs.freefinancetools.net\/" } |