Latest News Loader
This extension helps you simply read the world news. All you need to do is to select a keyword
Latest News Loaderとは何ですか?
Latest News Loaderはflorance.co.mediaによって開発されたChromeの拡張機能で、その主な機能は「This extension helps you simply read the world news. All you need to do is to select a keyword」です。
拡張機能のスクリーンショット
Latest News Loader拡張機能のCRXファイルをダウンロード
Latest News Loader拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Latest News Loader is a browser extension that keeps you up-to-date with the latest news from around the world. With this extension, you can easily access the top 10 news stories of the day directly from your browser. Simply click on the extension icon to see a list of the latest headlines and click on any of them to read the full article. Stay informed and never miss a beat with Latest News Loader!
拡張機能の基本情報
名前 | |
ID | cjjiphmgiokbapplkebjnbmefhhnedef |
公式URL | https://chrome.google.com/webstore/detail/latest-news-loader/cjjiphmgiokbapplkebjnbmefhhnedef |
説明 | This extension helps you simply read the world news. All you need to do is to select a keyword |
ファイルサイズ | 13.81 KB |
インストール数 | 451 |
現在のバージョン | 1 |
最終更新日 | 2022-12-21 |
公開日 | 2022-12-21 |
開発者 | florance.co.media |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://home.reportionbreedy.xyz/ |
ヘルプページのURL | https://home.reportionbreedy.xyz/contact.html |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "action": { "default_icon": "logo.png", "default_title": "Latest News Loader", "default_popup": "popup.html" }, "description": "This extension helps you simply read the world news. All you need to do is to select a keyword", "icons": { "128": "logo.png" }, "manifest_version": 3, "name": "Latest News Loader", "version": "1", "background": { "service_worker": "background.js" }, "permissions": [ "storage" ], "web_accessible_resources": [ { "resources": [ "icons\/*.svg" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "content_scripts": [ { "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "js": [ "content.js" ] } ], "host_permissions": [ "*:\/\/*\/*" ] } |