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. 扩展基本信息
| 名称 | |
| 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"
}
} | |