Close on Back
This extension will close your active tab when you hit back on the last history page.
Apa itu Close on Back?
Close on Back adalah ekstensi Chrome yang dikembangkan oleh VDO, dan fitur utamanya adalah "This extension will close your active tab when you hit back on the last history page.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Close on Back
Unduh file ekstensi Close on Back 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
Very useful when you open a tab but want to close in directly. This extension will also work with the extra history back buttons you might have on your mouse or with keyboard shortcuts.
Informasi Dasar Ekstensi
Nama | Close on Back |
ID | pejmaahmbkcgbilcnckdadngeibiekbd |
URL Resmi | https://chromewebstore.google.com/detail/close-on-back/pejmaahmbkcgbilcnckdadngeibiekbd |
Deskripsi | This extension will close your active tab when you hit back on the last history page. |
Ukuran File | 18.36 KB |
Jumlah Instalasi | 874 |
Versi Saat Ini | 0.10 |
Terakhir Diperbarui | 2020-07-17 |
Tanggal Publikasi | 2017-03-23 |
Penilaian | 4.61/5 Total 28 Penilaian |
Pengembang | VDO |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Close on Back", "short_name": "CoB", "description": "This extension will close your active tab when you hit back on the last history page.", "version": "0.10", "icons": { "16": "images\/icon16-active.png", "48": "images\/icon48-active.png", "128": "images\/icon128-active.png" }, "browser_action": { "default_title": "Close on Back", "default_icon": { "16": "images\/icon16-active.png", "24": "images\/icon24-active.png", "32": "images\/icon32-active.png", "48": "images\/icon48-active.png" } }, "background": { "scripts": [ "background.js" ], "persistent": true }, "permissions": [ "background", "webNavigation", "tabs", "storage", "*:\/\/*\/*" ] } |