Sharemaster: Copy Title & URL with Shortcut
Helps you copy the title and url quickly with keyboard shortcuts
Sharemaster: Copy Title & URL with Shortcutคืออะไร?
Sharemaster: Copy Title & URL with Shortcut เป็นส่วนขยายของ Chrome ที่พัฒนาโดย walterteng.com และคุณลักษณะหลักของมันคือ "Helps you copy the title and url quickly with keyboard shortcuts"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Sharemaster: Copy Title & URL with Shortcut
ดาวน์โหลดไฟล์ส่วนขยาย Sharemaster: Copy Title & URL with Shortcut ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Helps you copy the title and url quickly with easy shortcut keys! These are preconfigured shortcuts: ALT + C Copy Page Title and URL ALT + H Copy Page Title and URL in HTML syntax ALT + M Copy Page Title and URL in Markdown syntax These shortcuts are configurable via the chrome extensions shortcut menu too. Alternatively, Sharemaster can also be accessed from the menu by right-clicking on the webpage. This is ultra useful when you are working on your reports or simply sharing viral content with your friends!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Sharemaster: Copy Title & URL with Shortcut |
ID | cglaemmecoiemahimhggkppegekpfdca |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/sharemaster-copy-title-ur/cglaemmecoiemahimhggkppegekpfdca |
คำอธิบาย | Helps you copy the title and url quickly with keyboard shortcuts |
ขนาดไฟล์ | 9.82 KB |
จำนวนการติดตั้ง | 158 |
เวอร์ชันปัจจุบัน | 1.0.1 |
อัปเดตครั้งล่าสุด | 2023-05-04 |
วันที่เผยแพร่ | 2021-06-10 |
คะแนน | 4.67/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | walterteng.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Sharemaster: Copy Title & URL with Shortcut", "version": "1.0.1", "manifest_version": 2, "description": "Helps you copy the title and url quickly with keyboard shortcuts", "author": "Walter Teng", "homepage_url": "https:\/\/github.com\/davzoku", "icons": { "48": "icon48.png", "128": "icon128.png" }, "background": { "scripts": [ "background.js" ] }, "permissions": [ "clipboardWrite", "contextMenus", "tabs" ], "commands": { "copyTitleURLDefault": { "suggested_key": { "default": "Alt+C" }, "description": "Copy Title and URL (default)" }, "copyTitleURLMarkdown": { "suggested_key": { "default": "Alt+M" }, "description": "Copy Title and URL (Markdown)" }, "copyTitleURLHTML": { "suggested_key": { "default": "Alt+H" }, "description": "Copy Title and URL (HTML)" } } } |