SimpleTabOrder
A simple way to control the tab order of the browser.
Wat is SimpleTabOrder?
SimpleTabOrder is een Chrome-extensie ontwikkeld door https://blandlifedev.blogspot.com, en de belangrijkste functie is "A simple way to control the tab order of the browser.".
Extensie Screenshots
Download het CRX-bestand van de extensie SimpleTabOrder
Download SimpleTabOrder-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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 :)
Basisinformatie over de Extensie
Naam | SimpleTabOrder |
ID | cekafjbmkfofacenifehbglhmajimhjf |
Officiële URL | https://chromewebstore.google.com/detail/simpletaborder/cekafjbmkfofacenifehbglhmajimhjf |
Beschrijving | A simple way to control the tab order of the browser. |
Bestandsgrootte | 28.03 KB |
Aantal Installaties | 4,286 |
Huidige Versie | 0.5.16 |
Laatst Bijgewerkt | 2021-06-13 |
Publicatiedatum | 2018-02-13 |
Beoordeling | 4.15/5 Totaal 61 Beoordelingen |
Ontwikkelaar | https://blandlifedev.blogspot.com |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | http://blandlifedev.blogspot.com/ |
Ondersteunde Talen | 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" } |