Copy as Markdown

The url of the current page in Markdown's copy

ما هو Copy as Markdown؟

Copy as Markdown هو إضافة Chrome تم تطويرها بواسطة nakamulan، والميزة الرئيسية لها هي "The url of the current page in Markdown's copy".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Copy as Markdown

قم بتنزيل ملفات الامتداد Copy as Markdown بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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                    

معلومات أساسية عن التمديد

الاسم Copy as Markdown Copy as Markdown
ID kpipndefiblapfomcmkghpnpiodgcpck
عنوان URL الرسمي https://chromewebstore.google.com/detail/copy-as-markdown/kpipndefiblapfomcmkghpnpiodgcpck
الوصف The url of the current page in Markdown's copy
حجم الملف 62.34 KB
عدد التثبيتات 82
النسخة الحالية 1.0.0
آخر تحديث 2015-08-18
تاريخ النشر 2015-08-18
تقييم 5.00/5 مجموع تقييمات 1
المطور nakamulan
نوع الدفع free
موقع الإضافة http://nakamulan.github.io/CopyAsMarkdown
اللغات المدعومة 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"
    ]
}