Sound of Words
Ever felt the website you are browsing or the book you are reading are speaking to you? Well, now you can finally learn the truth!
Sound of Words क्या है?
Sound of Words Bogdan Mazoure द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Ever felt the website you are browsing or the book you are reading are speaking to you? Well, now you can finally learn the truth!"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Sound of Words एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Ever felt the website you are browsing or the book you are reading are speaking to you? Well, now you can finally learn the truth! This little extension plays any text-based content it finds on a web page. So open up Facebook, Shakespeare's `Hamlet` or `Twilight` (please don't for the last one unless you really want to hear the parallel world), and listen to the magic :D The details of how this little app works may be revealed in the future. Make sure to follow my Git Enjoy!
एक्सटेंशन की मूल जानकारी
नाम | |
ID | dpineadkcgmlikkepdpkbghpfminfiol |
आधिकारिक URL | https://chrome.google.com/webstore/detail/sound-of-words/dpineadkcgmlikkepdpkbghpfminfiol |
विवरण | Ever felt the website you are browsing or the book you are reading are speaking to you? Well, now you can finally learn the truth! |
फ़ाइल का आकार | 535 KB |
स्थापना संख्या | 29 |
वर्तमान संस्करण | 1.0 |
अंतिम अपडेट | 2015-02-02 |
प्रकाशन तिथि | 2015-02-02 |
डेवलपर | Bogdan Mazoure |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | http://github.com/xXGh0stXx |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Sound of Words", "description": "Ever felt the website you are browsing or the book you are reading are speaking to you? Well, now you can finally learn the truth!", "version": "1.0", "browser_action": { "default_popup": "pages\/playPage.html", "default_title": "Play it!" }, "icons": { "16": "img\/icon16.png", "48": "img\/icon48.png", "128": "img\/icon128.png" }, "background": { "scripts": [ "pages\/js\/background.js" ], "persistent": true }, "permissions": [ "tabs", " |