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 |
| 官方網址 | 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"
}
} | |