SimpleTabOrder
A simple way to control the tab order of the browser.
Co to jest SimpleTabOrder?
SimpleTabOrder to rozszerzenie Chrome opracowane przez https://blandlifedev.blogspot.com, a jego główną funkcją jest „A simple way to control the tab order of the browser.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia SimpleTabOrder
Pobierz pliki rozszerzeń SimpleTabOrder w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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 :)
Podstawowe informacje o rozszerzeniu
Nazwa | SimpleTabOrder |
ID | cekafjbmkfofacenifehbglhmajimhjf |
Oficjalny URL | https://chromewebstore.google.com/detail/simpletaborder/cekafjbmkfofacenifehbglhmajimhjf |
Opis | A simple way to control the tab order of the browser. |
Rozmiar pliku | 28.03 KB |
Liczba instalacji | 4,286 |
Aktualna Wersja | 0.5.16 |
Ostatnia Aktualizacja | 2021-06-13 |
Data Publikacji | 2018-02-13 |
Ocena | 4.15/5 Łącznie 61 Oceny |
Deweloper | https://blandlifedev.blogspot.com |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | http://blandlifedev.blogspot.com/ |
Obsługiwane Języki | 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" } |