Element Text Selector
Highlights text based on elements.
Element Text Selectorとは何ですか?
Element Text SelectorはHobbyDevによって開発されたChromeの拡張機能で、その主な機能は「Highlights text based on elements.」です。
拡張機能のスクリーンショット
Element Text Selector拡張機能のCRXファイルをダウンロード
Element Text Selector拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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. 拡張機能の基本情報
| 名前 | |
| ID | ajjdehfgjbdjiinaipdglfppekcnigjd |
| 公式URL | https://chromewebstore.google.com/detail/element-text-selector/ajjdehfgjbdjiinaipdglfppekcnigjd |
| 説明 | Highlights text based on elements. |
| ファイルサイズ | 16.19 KB |
| インストール数 | 1,449 |
| 現在のバージョン | 1.0 |
| 最終更新日 | 2018-05-27 |
| 公開日 | 2018-05-27 |
| 評価 | 4.00/5 合計 4 レビュー |
| 開発者 | HobbyDev |
| 支払い方法 | free |
| 対応言語 | 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"
}
} | |