Sort Tabs Example
Click the icon to sort all your tabs alphabetically by their title.
O que é Sort Tabs Example?
Sort Tabs Example é uma extensão do Chrome desenvolvida por Cory Forsyth, e sua principal característica é "Click the icon to sort all your tabs alphabetically by their title.".
Baixar o arquivo CRX da Extensão Sort Tabs Example
Baixe arquivos de extensão Sort Tabs Example 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
Click the icon to sort all your tabs alphabetically by their title. Informações Básicas da Extensão
| Nome | |
| ID | pbdjobplklihafkpipaebjamkcdlbjhg |
| URL Oficial | https://chrome.google.com/webstore/detail/sort-tabs-example/pbdjobplklihafkpipaebjamkcdlbjhg |
| Descrição | Click the icon to sort all your tabs alphabetically by their title. |
| Tamanho do Arquivo | 7.76 KB |
| Contagem de Instalações | 16 |
| Versão Atual | 0.1 |
| Última Atualização | 2016-02-21 |
| Data de Publicação | 2016-02-21 |
| Desenvolvedor | Cory Forsyth |
| [email protected] | |
| Tipo de Pagamento | free |
| Idiomas Suportados | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Sort Tabs Example",
"manifest_version": 2,
"short_name": "Sort Tabs",
"version": "0.1",
"browser_action": {
"default_icon": "sort-128.png",
"default_title": "Sort Tabs Example"
},
"icons": {
"128": "sort-128.png"
},
"permissions": [
"tabs"
],
"background": {
"scripts": [
"background.js"
]
}
} | |