Tab Copy
Copy all tabs to clipboard. No bells and whistles.
Apa itu Tab Copy?
Tab Copy adalah ekstensi Chrome yang dikembangkan oleh Reece, dan fitur utamanya adalah "Copy all tabs to clipboard. No bells and whistles.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Tab Copy
Unduh file ekstensi Tab Copy 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
Copies the tabs that are open in the window to the clipboard
Informasi Dasar Ekstensi
Nama | Tab Copy |
ID | lmnpchdgonnfapjelemnfafmgkndeefc |
URL Resmi | https://chromewebstore.google.com/detail/tab-copy/lmnpchdgonnfapjelemnfafmgkndeefc |
Deskripsi | Copy all tabs to clipboard. No bells and whistles. |
Ukuran File | 10.02 KB |
Jumlah Instalasi | 151 |
Versi Saat Ini | 1.0 |
Terakhir Diperbarui | 2019-11-19 |
Tanggal Publikasi | 2019-11-19 |
Pengembang | Reece |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Tab Copy", "version": "1.0", "description": "Copy all tabs to clipboard. No bells and whistles.", "permissions": [ "activeTab", "clipboardWrite", "tabs" ], "manifest_version": 2, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_title": "Copy to clipboard." }, "commands": { "_execute_browser_action": { "suggested_key": { "default": "Ctrl+Shift+E" } } } } |