SimpleTabOrder
A simple way to control the tab order of the browser.
¿Qué es SimpleTabOrder?
SimpleTabOrder es una extensión de Chrome desarrollada por https://blandlifedev.blogspot.com, y su función principal es "A simple way to control the tab order of the browser.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión SimpleTabOrder
Descarga archivos de extensión SimpleTabOrder en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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 :)
Información Básica de la Extensión
Nombre | SimpleTabOrder |
ID | cekafjbmkfofacenifehbglhmajimhjf |
URL Oficial | https://chromewebstore.google.com/detail/simpletaborder/cekafjbmkfofacenifehbglhmajimhjf |
Descripción | A simple way to control the tab order of the browser. |
Tamaño del Archivo | 28.03 KB |
Cantidad de Instalaciones | 4,286 |
Versión Actual | 0.5.16 |
Última Actualización | 2021-06-13 |
Fecha de Publicación | 2018-02-13 |
Calificación | 4.15/5 Total de 61 Calificaciones |
Desarrollador | https://blandlifedev.blogspot.com |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | http://blandlifedev.blogspot.com/ |
Idiomas Soportados | 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" } |