Group Your Tabs
When you open too many tabs, just click the extension button - and all your tabs will be grouped in a pretty lists
Group Your Tabs란 무엇입니까?
Group Your Tabs은(는) potapov.vitaliy에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "When you open too many tabs, just click the extension button - and all your tabs will be grouped in a pretty lists"입니다.
확장 프로그램 스크린샷
Group Your Tabs 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Features: - group tabs per domain - group search results - group rarely used tabs
확장 프로그램 기본 정보
이름 | Group Your Tabs |
ID | chaoejepfhlcelgpicelfccoiojpiofn |
공식 URL | https://chromewebstore.google.com/detail/group-your-tabs/chaoejepfhlcelgpicelfccoiojpiofn |
설명 | When you open too many tabs, just click the extension button - and all your tabs will be grouped in a pretty lists |
파일 크기 | 66.76 KB |
설치 횟수 | 11,016 |
현재 버전 | 1.7 |
최근 업데이트 | 2015-02-15 |
출시 날짜 | 2015-02-15 |
평점 | 3.50/5 총 148 개의 평점 |
개발자 | potapov.vitaliy |
결제 유형 | free |
지원되는 언어 | en,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_name__", "short_name": "__MSG_shortName__", "description": "__MSG_description__", "version": "1.7", "author": "Vitaliy Potapov", "manifest_version": 2, "homepage_url": "https:\/\/chrome.google.com\/webstore\/detail\/group-your-tabs\/chaoejepfhlcelgpicelfccoiojpiofn", "default_locale": "en", "permissions": [ "tabs", "storage", "contextMenus" ], "browser_action": { "default_icon": { "19": "img\/kpager-19.png", "38": "img\/kpager-38.png" } }, "icons": { "16": "img\/kpager-16.png", "48": "img\/kpager-48.png", "128": "img\/kpager-128.png" }, "background": { "scripts": [ "bg\/utils.js", "bg\/debug.js", "bg\/storage.js", "bg\/onmessage.js", "bg\/onupdate.js", "bg\/serp.js", "bg\/rarely.js", "bg\/opened-pages.js", "bg\/background.js", "bg\/context-menu.js", "bg\/button.js" ], "persistent": true }, "options_page": "options\/options.html" } |