COVID-19 Statistics - Sri Lanka / Global
With this extension, you'll be able to see the latest COVID-19 statistics across Sri Lanka / Global easily on your browser screen…
COVID-19 Statistics - Sri Lanka / Globalとは何ですか?
COVID-19 Statistics - Sri Lanka / Globalはisuru4lkによって開発されたChromeの拡張機能で、その主な機能は「With this extension, you'll be able to see the latest COVID-19 statistics across Sri Lanka / Global easily on your browser screen…」です。
拡張機能のスクリーンショット
COVID-19 Statistics - Sri Lanka / Global拡張機能のCRXファイルをダウンロード
COVID-19 Statistics - Sri Lanka / Global拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
With this extension, you'll be able to see the latest COVID-19 statistics across Sri Lanka / Global easily on your browser screen without a hassle. If you like to contribute the extension, please find the repo on https://github.com/isuru4lk/corona_tracker
拡張機能の基本情報
名前 | COVID-19 Statistics - Sri Lanka / Global |
ID | lpbpopaphioiplpigiahhkkjffiacbdi |
公式URL | https://chromewebstore.google.com/detail/covid-19-statistics-sri-l/lpbpopaphioiplpigiahhkkjffiacbdi |
説明 | With this extension, you'll be able to see the latest COVID-19 statistics across Sri Lanka / Global easily on your browser screen… |
ファイルサイズ | 302 KB |
インストール数 | 76 |
現在のバージョン | 1.1.0 |
最終更新日 | 2020-03-29 |
公開日 | 2020-03-28 |
評価 | 4.73/5 合計 15 レビュー |
開発者 | isuru4lk |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "COVID-19 Statistics - Sri Lanka \/ Global", "version": "1.1.0", "icons": { "128": "icons\/icon_128.png" }, "permissions": [ "alarms", "storage", "notifications" ], "browser_action": { "default_popup": "popup.html", "default_title": "COVID-19 Statistics - Sri Lanka \/ Global", "default_icon": "icons\/icon_32.png" }, "background": { "page": "background.html", "persistent": false } } |