Just One Tab
Just One Tab is a free Google Chrome extension that forces you to single-task.
Apa itu Just One Tab?
Just One Tab adalah ekstensi Chrome yang dikembangkan oleh https://jot.pm, dan fitur utamanya adalah "Just One Tab is a free Google Chrome extension that forces you to single-task.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Just One Tab
Unduh file ekstensi Just One Tab 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
Just One Tab is a free Google Chrome extension that forces you to single-task. Preventing you from opening more than one tab per window, it's hoped this simple tab-limiter will give you space to focus on just one thing.
Informasi Dasar Ekstensi
Nama | Just One Tab |
ID | ihkkfjgomaenfaldplbmlicgepnjjmgl |
URL Resmi | https://chromewebstore.google.com/detail/just-one-tab/ihkkfjgomaenfaldplbmlicgepnjjmgl |
Deskripsi | Just One Tab is a free Google Chrome extension that forces you to single-task. |
Ukuran File | 152 KB |
Jumlah Instalasi | 99 |
Versi Saat Ini | 0.1.2 |
Terakhir Diperbarui | 2018-02-16 |
Tanggal Publikasi | 2018-02-16 |
Pengembang | https://jot.pm |
Tipe Pembayaran | free |
Situs Ekstensi | http://jot.pm/ |
URL Halaman Bantuan | http://jot.pm/ |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Just One Tab", "description": "Just One Tab is a free Google Chrome extension that forces you to single-task.", "version": "0.1.2", "background": { "scripts": [ "background.js" ] }, "permissions": [ "tabs" ], "browser_action": { "default_icon": { "19": "icons\/19.png", "38": "icons\/38.png" }, "default_title": "Tab Limit" }, "icons": { "48": "icons\/48.png", "128": "icons\/128.png" }, "manifest_version": 2 } |