Copy Title and Url as Markdown Style
Copy the title and url of the page as Markdown style
Copy Title and Url as Markdown Styleคืออะไร?
Copy Title and Url as Markdown Style เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Shingo Yamazaki และคุณลักษณะหลักของมันคือ "Copy the title and url of the page as Markdown style"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Copy Title and Url as Markdown Style
ดาวน์โหลดไฟล์ส่วนขยาย Copy Title and Url as Markdown Style ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension enables you to copy title and url of current page as Markdown style with 1 click (or 1 shortcut key). Source: https://github.com/zaki-yama/copy-title-and-url-as-markdown Donation for the author: https://www.buymeacoffee.com/zakiyama
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Copy Title and Url as Markdown Style |
ID | fpmbiocnfbjpajgeaicmnjnnokmkehil |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/copy-title-and-url-as-mar/fpmbiocnfbjpajgeaicmnjnnokmkehil |
คำอธิบาย | Copy the title and url of the page as Markdown style |
ขนาดไฟล์ | 5.78 MB |
จำนวนการติดตั้ง | 5,846 |
เวอร์ชันปัจจุบัน | 1.10.0 |
อัปเดตครั้งล่าสุด | 2020-11-21 |
วันที่เผยแพร่ | 2020-02-06 |
คะแนน | 4.74/5 รวมทั้งหมด 35 คะแนน |
ผู้พัฒนา | Shingo Yamazaki |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_appName__", "description": "__MSG_appDesc__", "default_locale": "en", "version": "1.10.0", "icons": { "128": "icon128.png" }, "commands": { "_execute_browser_action": { "suggested_key": { "default": "Ctrl+Shift+C", "mac": "MacCtrl+Shift+C" } } }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "options_page": "options.html", "permissions": [ "activeTab", "clipboardWrite", "storage" ] } |