Tabs Closer
Cleans up your windows/tabs with 1 click of a mouse button
Apa itu Tabs Closer?
Tabs Closer adalah ekstensi Chrome yang dikembangkan oleh http://tabscloser.com, dan fitur utamanya adalah "Cleans up your windows/tabs with 1 click of a mouse button".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Tabs Closer
Unduh file ekstensi Tabs Closer 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
Cleans up your windows/tabs with 1 click of a mouse button The app is smart enough to close only those that are really needed to close. For Example: * Duplicate blank tabs * Excess tabs to the right-most * Excess tabs to the left-most * Empty Windows (without tabs) Note: * It will not close those tabs that are pinned. Short background: This app was created as a result of my mouse’s middle button broken after closing so many tabs wherein there are a lot of times that some tabs should really be closed altogether.
Informasi Dasar Ekstensi
Nama | |
ID | dhbpdnegbgnjkfnacjdgpkmcffmpbimi |
URL Resmi | https://chrome.google.com/webstore/detail/tabs-closer/dhbpdnegbgnjkfnacjdgpkmcffmpbimi |
Deskripsi | Cleans up your windows/tabs with 1 click of a mouse button |
Ukuran File | 116 KB |
Jumlah Instalasi | 49 |
Versi Saat Ini | 0.2.9 |
Terakhir Diperbarui | 2014-02-19 |
Tanggal Publikasi | 2014-02-19 |
Penilaian | 4.20/5 Total 5 Penilaian |
Pengembang | http://tabscloser.com |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | http://tabscloser.com |
URL Halaman Bantuan | http://tabscloser.com |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Tabs Closer", "version": "0.2.9", "description": "Cleans up your windows\/tabs with 1 click of a mouse button", "icons": { "48": "img\/clean_48.png", "128": "img\/clean_128.png" }, "background": { "persistent": false, "scripts": [ "js\/lib\/jquery-1.7.1.min.js", "js\/background.min.js" ] }, "browser_action": { "default_icon": "img\/clean.png", "default_title": "Tabs Closer" }, "homepage_url": "http:\/\/tabscloser.com", "permissions": [ "tabs", "storage" ], "options_page": "options.html", "manifest_version": 2 } |