Lock Title

Lock tab title with a given text

Apa itu Lock Title?

Lock Title adalah ekstensi Chrome yang dikembangkan oleh Ken, dan fitur utamanya adalah "Lock tab title with a given text".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Lock Title

Unduh file ekstensi Lock Title 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

                        Lock tab title with a given string. The locked title doesn't change even if the tab loads the new page.
You may find it useful when you want to name tabs by yourself to easily distinguish them, not by the original names.

code available here https://github.com/imsut/locktitle                    

Informasi Dasar Ekstensi

Nama Lock Title Lock Title
ID cjkldkjflehlglaenengohmjddgfhlec
URL Resmi https://chromewebstore.google.com/detail/lock-title/cjkldkjflehlglaenengohmjddgfhlec
Deskripsi Lock tab title with a given text
Ukuran File 30.45 KB
Jumlah Instalasi 166
Versi Saat Ini 1.0.0
Terakhir Diperbarui 2015-12-31
Tanggal Publikasi 2015-12-31
Penilaian 3.60/5 Total 5 Penilaian
Pengembang Ken
Tipe Pembayaran free
Bahasa yang Didukung en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Lock Title",
    "version": "1.0.0",
    "description": "Lock tab title with a given text",
    "icons": {
        "128": "folder_green_locked.png"
    },
    "author": "Ken Kawamoto",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "tabs",
        "contextMenus",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "commands": []
}