wooSpeech
一個用於wootalk網頁的擴充程式,當收到新訊息,google小姐會念出來~
Wat is wooSpeech?
wooSpeech is een Chrome-extensie ontwikkeld door ANobodyNewToF2E, en de belangrijkste functie is "一個用於wootalk網頁的擴充程式,當收到新訊息,google小姐會念出來~".
Extensie Screenshots
Download het CRX-bestand van de extensie wooSpeech
Download wooSpeech-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
這個擴充程式只是基於一個突發奇想而做,功能重點是在網頁版的wootalk收到對方的新訊息時,此擴充程式會叫google小姐念出來,搞笑有趣的成分偏多一些,如果喜歡的話可以給一些留言鼓勵或贊助(贊助連結在擴充程式的設定頁面可看到~),如果有任何程式bug或相關問題也歡迎回報,謝謝您的下載。
Basisinformatie over de Extensie
Naam | |
ID | gocmhicimccganejagcaohbnkoalceig |
Officiële URL | https://chromewebstore.google.com/detail/woospeech/gocmhicimccganejagcaohbnkoalceig |
Beschrijving | 一個用於wootalk網頁的擴充程式,當收到新訊息,google小姐會念出來~ |
Bestandsgrootte | 43.31 KB |
Aantal Installaties | 35 |
Huidige Versie | 0.1.1 |
Laatst Bijgewerkt | 2017-07-27 |
Publicatiedatum | 2017-07-27 |
Ontwikkelaar | ANobodyNewToF2E |
Betalingswijze | free |
Help Pagina-URL | https://www.facebook.com/ANobodyNewToF2E/ |
Ondersteunde Talen | 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\/*" ] } |