Copy as Markdown
The url of the current page in Markdown's copy
Apa itu Copy as Markdown?
Copy as Markdown adalah ekstensi Chrome yang dikembangkan oleh nakamulan, dan fitur utamanya adalah "The url of the current page in Markdown's copy".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Copy as Markdown
Unduh file ekstensi Copy as Markdown 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
Easy to copy markdown format with a title and URL of the current page. - Very simple design - Click copy only to clipboard - The title can be edit in the text area
Informasi Dasar Ekstensi
Nama | Copy as Markdown |
ID | kpipndefiblapfomcmkghpnpiodgcpck |
URL Resmi | https://chromewebstore.google.com/detail/copy-as-markdown/kpipndefiblapfomcmkghpnpiodgcpck |
Deskripsi | The url of the current page in Markdown's copy |
Ukuran File | 62.34 KB |
Jumlah Instalasi | 82 |
Versi Saat Ini | 1.0.0 |
Terakhir Diperbarui | 2015-08-18 |
Tanggal Publikasi | 2015-08-18 |
Penilaian | 5.00/5 Total 1 Penilaian |
Pengembang | nakamulan |
Tipe Pembayaran | free |
Situs Ekstensi | http://nakamulan.github.io/CopyAsMarkdown |
Bahasa yang Didukung | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Copy as Markdown", "manifest_version": 2, "version": "1.0.0", "description": "The url of the current page in Markdown's copy", "icons": { "16": "icons\/icon16.png", "19": "icons\/icon19.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "browser_action": { "default_icon": "icons\/icon19.png", "default_title": "Copy as Markdown", "default_popup": "popup.html" }, "permissions": [ "clipboardWrite", "tabs" ] } |