Play Text
Highlight the text the mouse is hovering over
Vad är Play Text?
Play Text är en Chrome-tillägg utvecklad av Unknown, och dess huvudfunktion är "Highlight the text the mouse is hovering over".
Tilläggsskärmbilder
Ladda ner Play Text-förlängningens CRX-fil
Ladda ner Play Text-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
This neat extension highlights the hovered over text for easy reading. Grundläggande Information om Tillägg
| Namn | |
| ID | figgekmbbegjkbppenaagmmepdgfbdif |
| Officiell webbadress | https://chromewebstore.google.com/detail/play-text/figgekmbbegjkbppenaagmmepdgfbdif |
| Beskrivning | Highlight the text the mouse is hovering over |
| Filstorlek | 11 KB |
| Antal Installationer | 13,277 |
| Aktuell Version | 0.1 |
| Senast Uppdaterad | 2015-03-13 |
| Publiceringsdatum | 2015-03-13 |
| Betyg | 3.50/5 Totalt 8 Betyg |
| Utvecklare | Unknown |
| Betalningssätt | free |
| Stödda Språk | 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"
}
} | |