SimpleTabOrder

A simple way to control the tab order of the browser.

什么是SimpleTabOrder?

SimpleTabOrder是由https://blandlifedev.blogspot.com开发的Chrome扩展程序,该扩展的主要功能是“A simple way to control the tab order of the browser.”。

扩展截图

screenshot

下载SimpleTabOrder扩展crx文件

下载SimpleTabOrder扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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 :)                    

扩展基本信息

名称 SimpleTabOrder SimpleTabOrder
ID cekafjbmkfofacenifehbglhmajimhjf
官方URL https://chromewebstore.google.com/detail/simpletaborder/cekafjbmkfofacenifehbglhmajimhjf
简介 A simple way to control the tab order of the browser.
文件大小 28.03 KB
安装次数 4,286
当前版本 0.5.16
更新时间 2021-06-13
上架时间 2018-02-13
评分 4.15/5 共61次评分
开发者 https://blandlifedev.blogspot.com
电子邮箱 [email protected]
付费类型 free
扩展官网 http://blandlifedev.blogspot.com/
支持的语言 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"
}