SimpleTabOrder

A simple way to control the tab order of the browser.

O que é SimpleTabOrder?

SimpleTabOrder é uma extensão do Chrome desenvolvida por https://blandlifedev.blogspot.com, e sua principal característica é "A simple way to control the tab order of the browser.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão SimpleTabOrder

Baixe arquivos de extensão SimpleTabOrder 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

                        Simple series number 5! 

This time its a simple tab order customizer. 
Features include: 
- change the placement of new tabs 
- change the tab to focus on when the active tab closes 
- event page enabled, only loads when needed Updated changelog is in the extension option pages. 

-------- 

Note: 
Though the extension still in an early stage so there may still be bugs I've missed. Please do feedback when something is not working, better if there are steps to replicate the problem. Thanks :)                    

Informações Básicas da Extensão

Nome SimpleTabOrder SimpleTabOrder
ID cekafjbmkfofacenifehbglhmajimhjf
URL Oficial https://chromewebstore.google.com/detail/simpletaborder/cekafjbmkfofacenifehbglhmajimhjf
Descrição A simple way to control the tab order of the browser.
Tamanho do Arquivo 28.03 KB
Contagem de Instalações 4,286
Versão Atual 0.5.16
Última Atualização 2021-06-13
Data de Publicação 2018-02-13
Classificação 4.15/5 Total de 61 Avaliações
Desenvolvedor https://blandlifedev.blogspot.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão http://blandlifedev.blogspot.com/
Idiomas Suportados de,en,ru,zh-CN,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "SimpleTabOrder",
    "version": "0.5.16",
    "manifest_version": 2,
    "default_locale": "en",
    "description": "__MSG_manifest_description__",
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "background": {
        "scripts": [
            "tab.js",
            "bg.js"
        ],
        "persistent": false
    },
    "options_page": "options.html"
}