Sort those Tabs
Organize large browsing sessions with ease
O que é Sort those Tabs?
Sort those Tabs é uma extensão do Chrome desenvolvida por purpleapps, e sua principal característica é "Organize large browsing sessions with ease".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Sort those Tabs
Baixe arquivos de extensão Sort those Tabs no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
Organizing your Chrome tabs in a large, multi-window browsing session can be a pain. Sort those Tabs makes this process quick and easy. - Access all your Chrome windows and tabs from the same page - Easily close, transfer, and re-order your Chrome tabs and windows - Automatically sort tabs by title or domain name - Automatically remove duplicate tabs - Apply or reset your changes with the click of a button Changelog for v1.1.0: - Updated button icons - Shortened button tooltip titles - Clicking on a tab now brings it into focus - Added session and window-level sorting for the following features: - Sorting by domain name - Sorting by tab title - Removal of duplicate tabs
Informações Básicas da Extensão
Nome | Sort those Tabs |
ID | hkpcnabklhpajnjmmfmnpihcjjkojjpg |
URL Oficial | https://chromewebstore.google.com/detail/sort-those-tabs/hkpcnabklhpajnjmmfmnpihcjjkojjpg |
Descrição | Organize large browsing sessions with ease |
Tamanho do Arquivo | 215 KB |
Contagem de Instalações | 310 |
Versão Atual | 1.1.0 |
Última Atualização | 2019-03-08 |
Data de Publicação | 2019-03-08 |
Classificação | 3.60/5 Total de 5 Avaliações |
Desenvolvedor | purpleapps |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/f-jiang/sort-those-tabs |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Sort those Tabs", "description": "Organize large browsing sessions with ease", "version": "1.1.0", "browser_action": [], "background": { "scripts": [ "background.js" ], "persistent": false }, "icons": { "16": "icons\/icon16.png", "24": "icons\/icon24.png", "32": "icons\/icon32.png", "64": "icons\/icon64.png", "128": "icons\/icon128.png" }, "permissions": [ "tabs", "background" ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |