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 |
官方網址 | 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 |
電子郵箱 | [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": [ "*:\/\/*\/*" ] } |