SimpleTabOrder

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

Apa itu SimpleTabOrder?

SimpleTabOrder adalah ekstensi Chrome yang dikembangkan oleh https://blandlifedev.blogspot.com, dan fitur utamanya adalah "A simple way to control the tab order of the browser.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi SimpleTabOrder

Unduh file ekstensi SimpleTabOrder dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama SimpleTabOrder SimpleTabOrder
ID cekafjbmkfofacenifehbglhmajimhjf
URL Resmi https://chromewebstore.google.com/detail/simpletaborder/cekafjbmkfofacenifehbglhmajimhjf
Deskripsi A simple way to control the tab order of the browser.
Ukuran File 28.03 KB
Jumlah Instalasi 4,286
Versi Saat Ini 0.5.16
Terakhir Diperbarui 2021-06-13
Tanggal Publikasi 2018-02-13
Penilaian 4.15/5 Total 61 Penilaian
Pengembang https://blandlifedev.blogspot.com
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi http://blandlifedev.blogspot.com/
Bahasa yang Didukung 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"
}