Play Text
Highlight the text the mouse is hovering over
Play Textとは何ですか?
Play TextはUnknownによって開発されたChromeの拡張機能で、その主な機能は「Highlight the text the mouse is hovering over」です。
拡張機能のスクリーンショット
Play Text拡張機能のCRXファイルをダウンロード
Play Text拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This neat extension highlights the hovered over text for easy reading.
拡張機能の基本情報
名前 | Play Text |
ID | figgekmbbegjkbppenaagmmepdgfbdif |
公式URL | https://chromewebstore.google.com/detail/play-text/figgekmbbegjkbppenaagmmepdgfbdif |
説明 | Highlight the text the mouse is hovering over |
ファイルサイズ | 11 KB |
インストール数 | 13,277 |
現在のバージョン | 0.1 |
最終更新日 | 2015-03-13 |
公開日 | 2015-03-13 |
評価 | 3.50/5 合計 8 レビュー |
開発者 | Unknown |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.1", "manifest_version": 2, "name": "Play Text", "description": "Highlight the text the mouse is hovering over", "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "resources\/javascript\/javascript.js" ], "css": [ "resources\/stylesheet\/stylesheet.css" ] } ], "icons": { "16": "resources\/pictures\/big.png", "48": "resources\/pictures\/bigger.png", "128": "resources\/pictures\/biggest.png" } } |