markdown clipboard

copy content with md url format

Apa itu markdown clipboard?

markdown clipboard adalah ekstensi Chrome yang dikembangkan oleh leewei2020, dan fitur utamanya adalah "copy content with md url format".

Unduh Berkas CRX Ekstensi markdown clipboard

Unduh file ekstensi markdown 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

                        Easy Copy Text & Img from Browser Page.

Use

- select the content you need: text or img
- use the default short cut: Alt  + C,
- then you can paster the format markdown link to where you want

Of course,  after you select your content, u can click the extension icon for working too.                    

Informasi Dasar Ekstensi

Nama markdown clipboard markdown clipboard
ID kiieboeeejffbjnfejfjphoigfdiiadh
URL Resmi https://chrome.google.com/webstore/detail/markdown-clipboard/kiieboeeejffbjnfejfjphoigfdiiadh
Deskripsi copy content with md url format
Ukuran File 7.04 KB
Jumlah Instalasi 21
Versi Saat Ini 1.2.0
Terakhir Diperbarui 2018-06-15
Tanggal Publikasi 2018-06-15
Penilaian 1.00/5 Total 1 Penilaian
Pengembang leewei2020
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/onvno/markdown-clipboard
URL Halaman Kebijakan Privasi https://www.privacypolicies.com/live/3ad506ee-698f-47bf-a25f-08e519875264
Bahasa yang Didukung zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "markdown clipboard",
    "short_name": "md",
    "description": "copy content with md url format",
    "version": "1.2.0",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "markdown clipboard",
        "default_icon": "markdown.png"
    },
    "options_page": "options.html",
    "icons": {
        "128": "markdown.png",
        "16": "markdown.png",
        "48": "markdown.png"
    },
    "commands": {
        "base": {
            "description": "ClipBoard Copy",
            "suggested_key": {
                "default": "Alt+C",
                "mac": "Alt+C"
            }
        }
    },
    "permissions": [
        "activeTab",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}