Copy URL with Title (plain text/markdown)

Copy the title and URL in plain text/markdown format by keyboard shortcuts: Ctrl+C/Cmd+C for plain text, Alt+C/Opt+C for markdown.

Copy URL with Title (plain text/markdown)คืออะไร?

Copy URL with Title (plain text/markdown) เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://takashyx.com และคุณลักษณะหลักของมันคือ "Copy the title and URL in plain text/markdown format by keyboard shortcuts: Ctrl+C/Cmd+C for plain text, Alt+C/Opt+C for markdown."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Copy URL with Title (plain text/markdown)

ดาวน์โหลดไฟล์ส่วนขยาย Copy URL with Title (plain text/markdown) ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        --------------------------------------------------------------------------------
UPDATES
--------------------------------------------------------------------------------
Ver 1.1.1.1:
FIX: Description on chrome web store

Ver 1.1.1.0:
ADD: Duration settings for notification

Ver 1.1.0.6:
FIX: Workaround for non-https pages

Ver 1.1.0.5:
FIX:   Correction of the phenomenon that text is not copied to the clipboard
ADD: Option menu
ADD: New customizable toast UI
--------------------------------------------------------------------------------
FEATURES
--------------------------------------------------------------------------------
1. Copy title and URL in text format
Control+C(Win/Linux) / Command+C(Mac)

2. Copy in markdown link format
Alt+C(Win/Linux) / Option+C(Mac)

3. Normal copy
Select -> Control+C(Win/Linux) / Command+C(Mac) 

4.Settings
Right click the extension icon -> Options
--------------------------------------------------------------------------------                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Copy URL with Title (plain text/markdown) Copy URL with Title (plain text/markdown)
ID bpcogbhmkdjaohcmlghhkiohmldpnkoh
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/copy-url-with-title-plain/bpcogbhmkdjaohcmlghhkiohmldpnkoh
คำอธิบาย Copy the title and URL in plain text/markdown format by keyboard shortcuts: Ctrl+C/Cmd+C for plain text, Alt+C/Opt+C for markdown.
ขนาดไฟล์ 16.72 KB
จำนวนการติดตั้ง 1,343
เวอร์ชันปัจจุบัน 1.1.1.1
อัปเดตครั้งล่าสุด 2022-08-20
วันที่เผยแพร่ 2020-04-02
คะแนน 3.07/5 รวมทั้งหมด 14 คะแนน
ผู้พัฒนา https://takashyx.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://takashyx.com/portfolio/copy-url-with-title-2015/
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Copy URL with Title (plain text\/markdown)",
    "short_name": "Copy URL with Title",
    "description": "Copy the title and URL in plain text\/markdown format by keyboard shortcuts: Ctrl+C\/Cmd+C for plain text, Alt+C\/Opt+C for markdown.",
    "version": "1.1.1.1",
    "icons": {
        "128": "icon_128.png",
        "48": "icon_048.png",
        "32": "icon_032.png",
        "16": "icon_016.png"
    },
    "permissions": [
        "storage"
    ],
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "content_scripts": [
        {
            "all_frames": true,
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "copyurlwithtitle.js",
                "toast.js",
                "options.js"
            ],
            "run_at": "document_start"
        }
    ]
}