Element Text Selector
Highlights text based on elements.
Element Text Selector là gì?
Element Text Selector là một tiện ích mở rộng Chrome được phát triển bởi HobbyDev, và tính năng chính của nó là "Highlights text based on elements.".
Ả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 Element Text Selector
Tải xuống các tệp mở rộng Element Text Selector 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
This extension highlights text based on elements. Useful for text-to-speech and other applications. Click or select a place to start and activate it through the toolbar icon, right-click menu, or with Ctrl+Shift+A. Activate it multiple times to step through parent elements.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Element Text Selector |
ID | ajjdehfgjbdjiinaipdglfppekcnigjd |
URL Chính Thức | https://chromewebstore.google.com/detail/element-text-selector/ajjdehfgjbdjiinaipdglfppekcnigjd |
Mô tả | Highlights text based on elements. |
Kích Thước Tệp | 16.19 KB |
Số Lần Cài Đặt | 1,449 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2018-05-27 |
Ngày Phát Hành | 2018-05-27 |
Đánh Giá | 4.00/5 Tổng số 4 Đánh Giá |
Nhà Phát Triển | HobbyDev |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Element Text Selector", "version": "1.0", "description": "Highlights text based on elements.", "permissions": [ "contextMenus", "activeTab" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_icon": "16.png" }, "commands": { "usedHotkey": { "suggested_key": { "default": "Ctrl+Shift+A", "windows": "Ctrl+Shift+A", "mac": "Command+Shift+A" }, "description": "Highlights text" } }, "manifest_version": 2, "icons": { "16": "16.png", "48": "48.png", "128": "128.png" } } |