Sort Tabs Example

Click the icon to sort all your tabs alphabetically by their title.

Apa itu Sort Tabs Example?

Sort Tabs Example adalah ekstensi Chrome yang dikembangkan oleh Cory Forsyth, dan fitur utamanya adalah "Click the icon to sort all your tabs alphabetically by their title.".

Unduh Berkas CRX Ekstensi Sort Tabs Example

Unduh file ekstensi Sort Tabs Example 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

                        Click the icon to sort all your tabs alphabetically by their title.                    

Informasi Dasar Ekstensi

Nama Sort Tabs Example Sort Tabs Example
ID pbdjobplklihafkpipaebjamkcdlbjhg
URL Resmi https://chrome.google.com/webstore/detail/sort-tabs-example/pbdjobplklihafkpipaebjamkcdlbjhg
Deskripsi Click the icon to sort all your tabs alphabetically by their title.
Ukuran File 7.76 KB
Jumlah Instalasi 16
Versi Saat Ini 0.1
Terakhir Diperbarui 2016-02-21
Tanggal Publikasi 2016-02-21
Pengembang Cory Forsyth
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Sort Tabs Example",
    "manifest_version": 2,
    "short_name": "Sort Tabs",
    "version": "0.1",
    "browser_action": {
        "default_icon": "sort-128.png",
        "default_title": "Sort Tabs Example"
    },
    "icons": {
        "128": "sort-128.png"
    },
    "permissions": [
        "tabs"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}