SimpleTabOrder
A simple way to control the tab order of the browser.
What is SimpleTabOrder?
SimpleTabOrder is a Chrome extension developed by https://blandlifedev.blogspot.com, and its main feature is "A simple way to control the tab order of the browser.".
Extension Screenshots
Download SimpleTabOrder Extension CRX File
Download SimpleTabOrder extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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 :)
Extension Basic Information
Name | SimpleTabOrder |
ID | cekafjbmkfofacenifehbglhmajimhjf |
Official URL | https://chromewebstore.google.com/detail/simpletaborder/cekafjbmkfofacenifehbglhmajimhjf |
Description | A simple way to control the tab order of the browser. |
File Size | 28.03 KB |
Installation Count | 4,286 |
Current Version | 0.5.16 |
Last Updated | 2021-06-13 |
Publish Date | 2018-02-13 |
Rating | 4.15/5 Total 61 Ratings |
Developer | https://blandlifedev.blogspot.com |
[email protected] | |
Payment Type | free |
Extension Website | http://blandlifedev.blogspot.com/ |
Supported Languages | 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" } |