PhoneticNews
10分ごとにNHK、ロイター、AFP、BBC、CNNの最新ニュースを読み込み、新しいニュースを読み上げます
What is PhoneticNews?
PhoneticNews is a Chrome extension developed by https://appsweets.net, and its main feature is "10分ごとにNHK、ロイター、AFP、BBC、CNNの最新ニュースを読み込み、新しいニュースを読み上げます".
Extension Screenshots
Download PhoneticNews Extension CRX File
Download PhoneticNews 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
10分ごとにNHK、ロイター、AFP、BBC、CNNの最新ニュースを読み込み、新しいニュースを読み上げるエクステンションです。 また、Yahoo! Japan が提供するフィードを読み上げることもできます。
Extension Basic Information
Name | |
ID | jdpmokplldjoalkopfkeedeehmfaejjh |
Official URL | https://chromewebstore.google.com/detail/phoneticnews/jdpmokplldjoalkopfkeedeehmfaejjh |
Description | 10分ごとにNHK、ロイター、AFP、BBC、CNNの最新ニュースを読み込み、新しいニュースを読み上げます |
File Size | 68.17 KB |
Installation Count | 63 |
Current Version | 2.1.2 |
Last Updated | 2023-10-25 |
Publish Date | 2020-02-12 |
Rating | 2.00/5 Total 1 Ratings |
Developer | https://appsweets.net |
[email protected] | |
Payment Type | free |
Supported Languages | ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "PhoneticNews", "short_name": "PhoneticNews", "version": "2.1.2", "version_name": "2.1.2", "description": "10\u5206\u3054\u3068\u306bNHK\u3001\u30ed\u30a4\u30bf\u30fc\u3001AFP\u3001BBC\u3001CNN\u306e\u6700\u65b0\u30cb\u30e5\u30fc\u30b9\u3092\u8aad\u307f\u8fbc\u307f\u3001\u65b0\u3057\u3044\u30cb\u30e5\u30fc\u30b9\u3092\u8aad\u307f\u4e0a\u3052\u307e\u3059", "permissions": [ "alarms", "storage", "notifications", "tts", "offscreen" ], "host_permissions": [ "https:\/\/api.voicetext.jp\/*", "http:\/\/*.yahoo.co.jp\/*", "https:\/\/*.yahoo.co.jp\/*", "https:\/\/www3.nhk.or.jp\/*", "https:\/\/news.google.com\/*", "https:\/\/feeds.bbci.co.uk\/*", "http:\/\/feeds.afpbb.com\/*", "https:\/\/feeds.afpbb.com\/*", "http:\/\/feeds.cnn.co.jp\/*", "https:\/\/feeds.cnn.co.jp\/*" ], "background": { "service_worker": "background.js", "type": "module" }, "content_scripts": [ { "matches": [ "https:\/\/news.yahoo.co.jp\/rss" ], "css": [ "frontend\/yahoo.css" ], "js": [ "frontend\/yahoo.js" ], "run_at": "document_start" } ], "icons": { "16": "icon\/icon016.png", "48": "icon\/icon048.png", "128": "icon\/icon128.png" }, "action": { "default_popup": "popup.html" }, "homepage_url": "https:\/\/appsweets.net\/", "options_ui": { "page": "options.html", "open_in_tab": true }, "web_accessible_resources": [ { "resources": [ "icon\/*.png", "lib\/*.js" ], "matches": [ "http:\/\/*.yahoo.co.jp\/*", "https:\/\/*.yahoo.co.jp\/*" ] } ] } |