Reload All Tabs
This extension reloads all tabs in the active window.
Apa itu Reload All Tabs?
Reload All Tabs adalah ekstensi Chrome yang dikembangkan oleh matthewlberg, dan fitur utamanya adalah "This extension reloads all tabs in the active window.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Reload All Tabs
Unduh file ekstensi Reload All 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
This extension allows you to refresh all tabs with a simple click of a button. You can also use the keyboard shortcut Alt + Shift + R to reload all tabs.
Informasi Dasar Ekstensi
Nama | Reload All Tabs |
ID | lgpdljdpanfecnpindkbnikegohoobci |
URL Resmi | https://chromewebstore.google.com/detail/reload-all-tabs/lgpdljdpanfecnpindkbnikegohoobci |
Deskripsi | This extension reloads all tabs in the active window. |
Ukuran File | 4.38 KB |
Jumlah Instalasi | 46,699 |
Versi Saat Ini | 1.0 |
Terakhir Diperbarui | 2014-01-16 |
Tanggal Publikasi | 2014-01-16 |
Penilaian | 4.47/5 Total 58 Penilaian |
Pengembang | matthewlberg |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Reload All Tabs", "description": "This extension reloads all tabs in the active window.", "version": "1.0", "background": { "persistent": false, "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "icon.png" }, "commands": { "_execute_browser_action": { "suggested_key": { "default": "Alt+Shift+R" }, "description": "Reload all tabs" } }, "permissions": [ "tabs", "background" ] } |