Polychrome: Vertical Tab Groups & Search
Groupable side tabs, window management, search and more — in a svelte and speedy package.
Polychrome: Vertical Tab Groups & Search란 무엇입니까?
Polychrome: Vertical Tab Groups & Search은(는) Alcor에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Groupable side tabs, window management, search and more — in a svelte and speedy package."입니다.
확장 프로그램 스크린샷
Polychrome: Vertical Tab Groups & Search 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Polychrome adds a sidebar with tabs and groups to the left of your browser window. Now that Chrome is able to unload background tabs on its own, having many, many tabs becomes worthwhile — and the tab strip is woefully unprepared. Polychrome lets you more carefully curate, group, and archive your tabs, building a familiar structure and giving you quick access to the things you need.
확장 프로그램 기본 정보
이름 | Polychrome: Vertical Tab Groups & Search |
ID | pcdogalliibjgamnojnpbmbabghfijak |
공식 URL | https://chromewebstore.google.com/detail/polychrome-vertical-tab-g/pcdogalliibjgamnojnpbmbabghfijak |
설명 | Groupable side tabs, window management, search and more — in a svelte and speedy package. |
파일 크기 | 158 KB |
설치 횟수 | 896 |
현재 버전 | 0.9.9 |
최근 업데이트 | 2022-11-18 |
출시 날짜 | 2022-11-17 |
평점 | 4.67/5 총 9 개의 평점 |
개발자 | Alcor |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://nicholas.jitkoff.com/sidetabs |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Polychrome: Vertical Tab Groups & Search", "short_name": "Polychrome", "description": "Groupable side tabs, window management, search and more \u2014 in a svelte and speedy package.", "version": "0.9.9", "icons": { "32": "img\/tabs.png", "128": "img\/tabs_color.png" }, "incognito": "split", "chrome_url_overrides": [], "background": { "service_worker": "background.js" }, "action": { "default_icon": "img\/tabs.png", "default_title": "Polychrome", "default_popup": "sidebar.html" }, "commands": { "sidebar": { "suggested_key": { "default": "Ctrl+Shift+F", "mac": "Command+MacCtrl+F" }, "description": "Toggle Sidebar" }, "search": { "suggested_key": { "default": "Ctrl+T", "mac": "Command+T" }, "description": "Show Quick Search" }, "_execute_action": { "suggested_key": { "default": "Alt+W", "mac": "Alt+W" } } }, "permissions": [ "tabs", "tabGroups", "storage", "bookmarks", "history", "search" ], "host_permissions": [ "https:\/\/suggestqueries.google.com\/*" ], "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAnEme\/fmSs8V0uGOZ5IuP0p+n998SuX\/1ceMvv8B\/MqG58QAXhgwNxw1S5+yqua1Z4GaA5s\/IZVVd6NhT3ghZtp7wva4639dXjqg9vHCS3Ugr4WGXxbZR6lay6CRgKB4zJgrep9oSRcg6zxacweyYRhmB2q5\/NpD\/tjJOIFajkuHoG2oTrrL8c\/PwbORjIVlUbO8a3H25icuRDHwsvntbtIJDTJ9B0JsD1UeXXH51EaZ+iCQU+eJXVg6zLEELJ6ZGWlAmxPtnu6A8BVwH\/b44CnFKN2v6U85dlg2AsnU1NHiLpSlve1a9aWhTqagfuNMw8odhlw5CzKRoIZEslTUdBQIDAQAB", "manifest_version": 3 } |