Copy URL+
Copy a short URL, title, and selected text in any format you want.
Apa itu Copy URL+?
Copy URL+ adalah ekstensi Chrome yang dikembangkan oleh Naoto Yokoyama, dan fitur utamanya adalah "Copy a short URL, title, and selected text in any format you want.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Copy URL+
Unduh file ekstensi Copy URL+ 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
Key features - Keyboard shortcuts - Flexible context menus - URL shortening - Notifications Icons and promotional images are designed by Honeshabri.
Informasi Dasar Ekstensi
Nama | Copy URL+ |
ID | capojgaalppngkaagaobmigigcgnidmn |
URL Resmi | https://chromewebstore.google.com/detail/copy-url+/capojgaalppngkaagaobmigigcgnidmn |
Deskripsi | Copy a short URL, title, and selected text in any format you want. |
Ukuran File | 35.59 KB |
Jumlah Instalasi | 3,796 |
Versi Saat Ini | 1.1.1 |
Terakhir Diperbarui | 2020-08-06 |
Tanggal Publikasi | 2020-08-06 |
Penilaian | 3.93/5 Total 45 Penilaian |
Pengembang | Naoto Yokoyama |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Copy URL+", "version": "1.1.1", "description": "Copy a short URL, title, and selected text in any format you want.", "manifest_version": 2, "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "background": { "page": "background.html", "persistent": true }, "options_page": "options.html", "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "scripts\/keyboard.js", "scripts\/content-script.js" ] } ], "permissions": [ "tabs", "clipboardWrite", "notifications", "contextMenus", "https:\/\/www.googleapis.com\/url\/shortener", "https:\/\/accounts.google.com\/o\/oauth2\/auth", "https:\/\/accounts.google.com\/o\/oauth2\/token", "http:\/\/*\/", "https:\/\/*\/" ] } |