wooSpeech
一個用於wootalk網頁的擴充程式,當收到新訊息,google小姐會念出來~
What is wooSpeech?
wooSpeech is a Chrome extension developed by ANobodyNewToF2E, and its main feature is "一個用於wootalk網頁的擴充程式,當收到新訊息,google小姐會念出來~".
Extension Screenshots
Download wooSpeech Extension CRX File
Download wooSpeech extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
這個擴充程式只是基於一個突發奇想而做,功能重點是在網頁版的wootalk收到對方的新訊息時,此擴充程式會叫google小姐念出來,搞笑有趣的成分偏多一些,如果喜歡的話可以給一些留言鼓勵或贊助(贊助連結在擴充程式的設定頁面可看到~),如果有任何程式bug或相關問題也歡迎回報,謝謝您的下載。
Extension Basic Information
Name | |
ID | gocmhicimccganejagcaohbnkoalceig |
Official URL | https://chromewebstore.google.com/detail/woospeech/gocmhicimccganejagcaohbnkoalceig |
Description | 一個用於wootalk網頁的擴充程式,當收到新訊息,google小姐會念出來~ |
File Size | 43.31 KB |
Installation Count | 35 |
Current Version | 0.1.1 |
Last Updated | 2017-07-27 |
Publish Date | 2017-07-27 |
Developer | ANobodyNewToF2E |
Payment Type | free |
Help Page URL | https://www.facebook.com/ANobodyNewToF2E/ |
Supported Languages | zh-TW |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "wooSpeech", "version": "0.1.1", "description": "\u4e00\u500b\u7528\u65bcwootalk\u7db2\u9801\u7684\u64f4\u5145\u7a0b\u5f0f\uff0c\u7576\u6536\u5230\u65b0\u8a0a\u606f\uff0cgoogle\u5c0f\u59d0\u6703\u5ff5\u51fa\u4f86~", "icons": { "128": "icon\/icon128.png" }, "page_action": { "default_icon": "icon\/icon128.png", "default_title": "wooSpeech\u64f4\u5145\u7a0b\u5f0f" }, "background": { "scripts": [ "js\/eventPage.js" ], "persistent": true }, "options_page": "option.html", "content_scripts": [ { "matches": [ "https:\/\/wootalk.today\/*" ], "js": [ "js\/jquery-3.2.1.min.js", "js\/content.js" ], "css": [ "css\/content.css" ] } ], "web_accessible_resources": [ "html\/insert.html", "option.html" ], "permissions": [ "tabs", "tts", "storage", "https:\/\/wootalk.today\/*" ] } |