COVID-19 Stats Chrome Extension
COVID-19 Stats: A chrome extension to show the latest COVID-19 updates.
什麼是COVID-19 Stats Chrome Extension?
COVID-19 Stats Chrome Extension是由https://ashiish.me開發的Chrome擴展程式,該擴展的主要功能是“COVID-19 Stats: A chrome extension to show the latest COVID-19 updates.”。
擴展截圖
下載COVID-19 Stats Chrome Extension擴展crx文件
下載COVID-19 Stats Chrome Extension擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
COVID-19 Stats shows the current pandemic data based on user location as well as the global statistics. If you are tired of visiting different website to check the data, you can easily access it now from your browser with single click.
擴展基本資訊
名稱 | COVID-19 Stats Chrome Extension |
ID | dbjnfmlhffkhglklgibidgmklelnnlcn |
官方網址 | https://chromewebstore.google.com/detail/covid-19-stats-chrome-ext/dbjnfmlhffkhglklgibidgmklelnnlcn |
簡介 | COVID-19 Stats: A chrome extension to show the latest COVID-19 updates. |
檔案大小 | 632 KB |
安裝次數 | 31 |
目前版本 | 0.1.1 |
更新時間 | 2020-07-18 |
上架時間 | 2020-07-18 |
評分 | 5.00/5 共 18 次評分 |
開發者 | https://ashiish.me |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://github.com/ashiishme/covid-stats/blob/development/README.md |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "short_name": "COVID-19 Stats", "name": "COVID-19 Stats Chrome Extension", "version": "0.1.1", "description": "COVID-19 Stats: A chrome extension to show the latest COVID-19 updates.", "browser_action": { "default_icon": { "19": "images\/icon19.png", "38": "images\/icon38.png" }, "default_popup": "index.html" }, "background": { "scripts": [ "scripts\/background.js" ], "persistent": false }, "web_accessible_resources": [ "js\/*", "html\/*", "css\/*" ], "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" } } |