SimpleTabOrder

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

Cos'è SimpleTabOrder?

SimpleTabOrder è un'estensione di Chrome sviluppata da https://blandlifedev.blogspot.com, e la sua funzione principale è "A simple way to control the tab order of the browser.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione SimpleTabOrder

Scarica i file di estensione SimpleTabOrder in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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 :)                    

Informazioni di Base sull'Estensione

Nome SimpleTabOrder SimpleTabOrder
ID cekafjbmkfofacenifehbglhmajimhjf
URL Ufficiale https://chromewebstore.google.com/detail/simpletaborder/cekafjbmkfofacenifehbglhmajimhjf
Descrizione A simple way to control the tab order of the browser.
Dimensione del File 28.03 KB
Conteggio Installazioni 4,286
Versione Corrente 0.5.16
Ultimo Aggiornamento 2021-06-13
Data di Pubblicazione 2018-02-13
Valutazione 4.15/5 Totale 61 Valutazioni
Sviluppatore https://blandlifedev.blogspot.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione http://blandlifedev.blogspot.com/
Lingue Supportate 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"
}