Smart Tabs
Creating a smarter way to use tabs to avoid overload
Apa itu Smart Tabs?
Smart Tabs adalah ekstensi Chrome yang dikembangkan oleh jackyangdevelop, dan fitur utamanya adalah "Creating a smarter way to use tabs to avoid overload".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Smart Tabs
Unduh file ekstensi Smart Tabs 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
Do you have a lot of tabs open on Chrome? Smart Tabs is the solution. This extension keeps track of which tabs on your browser are active, and which one's aren't. After a certain amount of time (30 minutes), inactive tabs will be terminated so that it will free up your browser of that extra clutter. However, you will still be able to access links to the sites of the closed tabs by clicking the Smart Tabs logo. This extension will improve the battery life of your by eliminating unneeded processes and it will make your browser much cleaner and organized. This extension is open source, feel free to contribute and add suggestions!
Informasi Dasar Ekstensi
Nama | |
ID | ggemmfhppfjlegiddimjiedokodjpkkb |
URL Resmi | https://chrome.google.com/webstore/detail/smart-tabs/ggemmfhppfjlegiddimjiedokodjpkkb |
Deskripsi | Creating a smarter way to use tabs to avoid overload |
Ukuran File | 7.43 KB |
Jumlah Instalasi | 34 |
Versi Saat Ini | 1.0 |
Terakhir Diperbarui | 2016-02-14 |
Tanggal Publikasi | 2016-02-14 |
Penilaian | 3.67/5 Total 3 Penilaian |
Pengembang | jackyangdevelop |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/jackyang127/Smart-Tabs |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Smart Tabs", "description": "Creating a smarter way to use tabs to avoid overload", "version": "1.0", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "activeTab", "tabs" ], "background": { "scripts": [ "background.js" ] } } |