Hyperlink from selected text
Creates a hyperlink to the current page from the selected text in one click via the context (right click) menu
Hyperlink from selected textคืออะไร?
Hyperlink from selected text เป็นส่วนขยายของ Chrome ที่พัฒนาโดย TGSchmidt และคุณลักษณะหลักของมันคือ "Creates a hyperlink to the current page from the selected text in one click via the context (right click) menu"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Hyperlink from selected text
ดาวน์โหลดไฟล์ส่วนขยาย Hyperlink from selected text ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Creates a hyperlink to the current page from the selected text in one click via the context (right click) menu. A new blank tab opens containing the hyperlink. From there you can easily drag it into email or Google Docs.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Hyperlink from selected text |
ID | pinpojlbpepmejokkijmeehfhmhimnae |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/hyperlink-from-selected-t/pinpojlbpepmejokkijmeehfhmhimnae |
คำอธิบาย | Creates a hyperlink to the current page from the selected text in one click via the context (right click) menu |
ขนาดไฟล์ | 21.65 KB |
จำนวนการติดตั้ง | 296 |
เวอร์ชันปัจจุบัน | 1.2 |
อัปเดตครั้งล่าสุด | 2022-02-21 |
วันที่เผยแพร่ | 2012-07-15 |
คะแนน | 3.63/5 รวมทั้งหมด 8 คะแนน |
ผู้พัฒนา | TGSchmidt |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Hyperlink from selected text", "version": "1.2", "manifest_version": 2, "description": "Creates a hyperlink to the current page from the selected text in one click via the context (right click) menu", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "background": { "scripts": [ "background.js" ] }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "permissions": [ "contextMenus" ] } |