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 là gì?
Hyperlink from selected text là một tiện ích mở rộng Chrome được phát triển bởi TGSchmidt, và tính năng chính của nó là "Creates a hyperlink to the current page from the selected text in one click via the context (right click) menu".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Hyperlink from selected text
Tải xuống các tệp mở rộng Hyperlink from selected text dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Hyperlink from selected text |
ID | pinpojlbpepmejokkijmeehfhmhimnae |
URL Chính Thức | https://chromewebstore.google.com/detail/hyperlink-from-selected-t/pinpojlbpepmejokkijmeehfhmhimnae |
Mô tả | Creates a hyperlink to the current page from the selected text in one click via the context (right click) menu |
Kích Thước Tệp | 21.65 KB |
Số Lần Cài Đặt | 296 |
Phiên Bản Hiện Tại | 1.2 |
Cập Nhật Lần Cuối | 2022-02-21 |
Ngày Phát Hành | 2012-07-15 |
Đánh Giá | 3.63/5 Tổng số 8 Đánh Giá |
Nhà Phát Triển | TGSchmidt |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |