LASTab

Fixes selected tab after close occurs, returning you to your previous tab instead of the random one next to the one you closed.

Apa itu LASTab?

LASTab adalah ekstensi Chrome yang dikembangkan oleh Sam Larison, dan fitur utamanya adalah "Fixes selected tab after close occurs, returning you to your previous tab instead of the random one next to the one you closed.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi LASTab

Unduh file ekstensi LASTab 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

                        Automatically selects the previously selected tab if you switch to a tab, and then close it.  No longer will you be left at some random consecutive tab.  Also works if you detach a tab from the current window you will return to your previous tab instead of next to the one you removed,  

Especially useful when you have so many tabs that you must view them before close, and you happen to guess right about which one to close, only to get lost in a sea of unlabeled tabs, forced to find which one you were just on.... well... not anymore.... If you need to manage more than just one previous tab try my other extension LasTabZ linked below.                    

Informasi Dasar Ekstensi

Nama LASTab LASTab
ID mjjejoceeofebhjldgahefongldeffha
URL Resmi https://chromewebstore.google.com/detail/lastab/mjjejoceeofebhjldgahefongldeffha
Deskripsi Fixes selected tab after close occurs, returning you to your previous tab instead of the random one next to the one you closed.
Ukuran File 19.55 KB
Jumlah Instalasi 254
Versi Saat Ini 0.0.1.4
Terakhir Diperbarui 2013-06-22
Tanggal Publikasi 2013-06-22
Penilaian 4.45/5 Total 11 Penilaian
Pengembang Sam Larison
Email [email protected]
Tipe Pembayaran free
URL Halaman Bantuan https://chrome.google.com/extensions/detail/ehdbaonmnanalnmmlkgdnkkcdlppjhhc
URL Halaman Kebijakan Privasi http://vidsbee.com/ColorPick/Privacy
Bahasa yang Didukung en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "description": "Fixes selected tab after close occurs, returning you to your previous tab instead of the random one next to the one you closed.",
    "name": "LASTab",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "tabs"
    ],
    "version": "0.0.1.4"
}