Play Text
Highlight the text the mouse is hovering over
Play Text क्या है?
Play Text Unknown द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Highlight the text the mouse is hovering over"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Play Text एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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" } } |