TabsPane

Tabs Pain relief. Expose like functionality for Chrome

Apa itu TabsPane?

TabsPane adalah ekstensi Chrome yang dikembangkan oleh achekulaev, dan fitur utamanya adalah "Tabs Pain relief. Expose like functionality for Chrome".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi TabsPane

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

                        Provides Exposé-like experience so you can visually manage your tabs. 

Website: https://github.com/achekulaev/tabspane 
On website you can find Howto on setting up a hotkey.

New in version 0.2
- multiple windows support
- multiple tabs operations (close, move to a new window)

New in version 0.1
- tab screenshots (activate tab to generate screenshot)
- ability to rearrange tabs with drag-n-drop
- search for tab title or URL
- autosearch through history                    

Informasi Dasar Ekstensi

Nama TabsPane TabsPane
ID fopflmabgkkmpcbdcgogaoohldoelhpd
URL Resmi https://chromewebstore.google.com/detail/tabspane/fopflmabgkkmpcbdcgogaoohldoelhpd
Deskripsi Tabs Pain relief. Expose like functionality for Chrome
Ukuran File 960 KB
Jumlah Instalasi 2,163
Versi Saat Ini 0.2
Terakhir Diperbarui 2014-06-10
Tanggal Publikasi 2014-06-09
Penilaian 4.00/5 Total 24 Penilaian
Pengembang achekulaev
Tipe Pembayaran free
Situs Ekstensi https://github.com/achekulaev/tabspane
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "TabsPane",
    "version": "0.2",
    "manifest_version": 2,
    "description": "Tabs Pain relief. Expose like functionality for Chrome",
    "homepage_url": "https:\/\/github.com\/achekulaev\/tabspane",
    "minimum_chrome_version": "30.0.0.0",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "src\/bg\/background.js",
            "js\/jquery\/jquery.min.js"
        ],
        "persistent": true
    },
    "omnibox": {
        "keyword": "ls"
    },
    "browser_action": {
        "default_icon": "icons\/icon19.png",
        "default_title": "browser action demo"
    },
    "permissions": [
        "tabs",
        "history",
        ""
    ],
    "offline_enabled": true
}