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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
}