Tab Copy/Paste
Copies tab URLs of all tabs to clipboard, and opens new tabs with URLs from clipboard.
Apa itu Tab Copy/Paste?
Tab Copy/Paste adalah ekstensi Chrome yang dikembangkan oleh Alexander, dan fitur utamanya adalah "Copies tab URLs of all tabs to clipboard, and opens new tabs with URLs from clipboard.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Tab Copy/Paste
Unduh file ekstensi Tab Copy/Paste 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
Informasi Dasar Ekstensi
Nama | Tab Copy/Paste |
ID | nbfccmdfpollpgjnbghmnkmgimliookh |
URL Resmi | https://chromewebstore.google.com/detail/tab-copypaste/nbfccmdfpollpgjnbghmnkmgimliookh |
Deskripsi | Copies tab URLs of all tabs to clipboard, and opens new tabs with URLs from clipboard. |
Ukuran File | 11.93 KB |
Jumlah Instalasi | 10,000 |
Versi Saat Ini | 1.2 |
Terakhir Diperbarui | 2015-02-21 |
Tanggal Publikasi | 2015-02-21 |
Penilaian | 4.64/5 Total 11 Penilaian |
Pengembang | Alexander |
Tipe Pembayaran | free |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "browser_action": { "default_icon": "icon19.png", "default_popup": "popup.html" }, "description": "Copies tab URLs of all tabs to clipboard, and opens new tabs with URLs from clipboard.", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "manifest_version": 2, "name": "Tab Copy\/Paste", "permissions": [ "clipboardRead", "clipboardWrite", "tabs" ], "short_name": "Tab Copy\/Paste", "version": "1.2" } |