Polychrome: Vertical Tab Groups & Search
Groupable side tabs, window management, search and more — in a svelte and speedy package.
¿Qué es Polychrome: Vertical Tab Groups & Search?
Polychrome: Vertical Tab Groups & Search es una extensión de Chrome desarrollada por Alcor, y su función principal es "Groupable side tabs, window management, search and more — in a svelte and speedy package.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Polychrome: Vertical Tab Groups & Search
Descarga archivos de extensión Polychrome: Vertical Tab Groups & Search en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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. Información Básica de la Extensión
| Nombre | |
| ID | pcdogalliibjgamnojnpbmbabghfijak |
| URL Oficial | https://chromewebstore.google.com/detail/polychrome-vertical-tab-g/pcdogalliibjgamnojnpbmbabghfijak |
| Descripción | Groupable side tabs, window management, search and more — in a svelte and speedy package. |
| Tamaño del Archivo | 158 KB |
| Cantidad de Instalaciones | 896 |
| Versión Actual | 0.9.9 |
| Última Actualización | 2022-11-18 |
| Fecha de Publicación | 2022-11-17 |
| Calificación | 4.67/5 Total de 9 Calificaciones |
| Desarrollador | Alcor |
| Correo electrónico | [email protected] |
| Tipo de Pago | free |
| Sitio Web de la Extensión | https://nicholas.jitkoff.com/sidetabs |
| Idiomas Soportados | 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
} | |