Send URL to Clipboard
Send URL to Clipboard from Toolbar
Apa itu Send URL to Clipboard?
Send URL to Clipboard adalah ekstensi Chrome yang dikembangkan oleh https://www.parago.de, dan fitur utamanya adalah "Send URL to Clipboard from Toolbar".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Send URL to Clipboard
Unduh file ekstensi Send URL to Clipboard 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 adds a button to the toolbar that allows you to copy the URL and the title of the web page to the clipboard. That's all!
Informasi Dasar Ekstensi
Nama | Send URL to Clipboard |
ID | kgjhbeocmonphjgjehbncidbckjbhbmi |
URL Resmi | https://chromewebstore.google.com/detail/send-url-to-clipboard/kgjhbeocmonphjgjehbncidbckjbhbmi |
Deskripsi | Send URL to Clipboard from Toolbar |
Ukuran File | 13.46 KB |
Jumlah Instalasi | 40 |
Versi Saat Ini | 2.0.0 |
Terakhir Diperbarui | 2024-02-26 |
Tanggal Publikasi | 2017-04-02 |
Penilaian | 5.00/5 Total 1 Penilaian |
Pengembang | https://www.parago.de |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/jbaurle/SendURLToClipboard |
URL Halaman Bantuan | https://github.com/jbaurle/SendURLToClipboard/issues |
URL Halaman Kebijakan Privasi | https://github.com/jbaurle/SendURLToClipboard/blob/master/PrivacyPolicy.md |
Bahasa yang Didukung | de,en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_extname__", "version": "2.0.0", "description": "__MSG_extdesc__", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "default_locale": "en", "permissions": [ "tabs", "offscreen", "clipboardWrite" ], "background": { "service_worker": "service_worker.js" }, "action": { "default_icon": { "16": "icon16.png" }, "default_title": "__MSG_extaction__" } } |