SimpleTabOrder

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

Qu'est-ce que SimpleTabOrder ?

SimpleTabOrder est une extension Chrome développée par https://blandlifedev.blogspot.com, et sa fonction principale est "A simple way to control the tab order of the browser.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension SimpleTabOrder

Téléchargez les fichiers d'extension SimpleTabOrder au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom SimpleTabOrder SimpleTabOrder
ID cekafjbmkfofacenifehbglhmajimhjf
URL Officiel https://chromewebstore.google.com/detail/simpletaborder/cekafjbmkfofacenifehbglhmajimhjf
Description A simple way to control the tab order of the browser.
Taille du Fichier 28.03 KB
Nombre d'Installations 4,286
Version Actuelle 0.5.16
Dernière Mise à Jour 2021-06-13
Date de Publication 2018-02-13
Évaluation 4.15/5 Total 61 Évaluations
Développeur https://blandlifedev.blogspot.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension http://blandlifedev.blogspot.com/
Langues Prises en Charge 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"
}