SimpleTabOrder
A simple way to control the tab order of the browser.
Co je SimpleTabOrder?
SimpleTabOrder je rozšíření Chrome vyvinuté https://blandlifedev.blogspot.com, a jeho hlavní funkcí je „A simple way to control the tab order of the browser.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření SimpleTabOrder
Stáhněte si soubory rozšíření SimpleTabOrder ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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 :)
Základní Informace o Rozšíření
Název | SimpleTabOrder |
ID | cekafjbmkfofacenifehbglhmajimhjf |
Oficiální URL | https://chromewebstore.google.com/detail/simpletaborder/cekafjbmkfofacenifehbglhmajimhjf |
Popis | A simple way to control the tab order of the browser. |
Velikost souboru | 28.03 KB |
Počet instalací | 4,286 |
Aktuální Verze | 0.5.16 |
Poslední Aktualizace | 2021-06-13 |
Datum Vydání | 2018-02-13 |
Hodnocení | 4.15/5 Celkem 61 Hodnocení |
Vývojář | https://blandlifedev.blogspot.com |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | http://blandlifedev.blogspot.com/ |
Podporované Jazyky | 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" } |