Corona Map Background
This extensions lets you to easily see the Covid19 numbers for the Corona Virus directly from the new tab page. Corona Map…
Corona Map Background क्या है?
Corona Map Background https://treegle.org द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extensions lets you to easily see the Covid19 numbers for the Corona Virus directly from the new tab page. Corona Map…"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Corona Map Background एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This extensions lets you to easily see the Covid19 numbers for the Corona Virus directly from the new tab page. Corona Map Background allow users to count the CoronaVirus numbers by seeing the real numbers on the back of the page. The map of CoronaVirus COVID-19 cases is real time updated, with a map that can be moved (powered by coronavirus.app). The search engine is bing and all generated revenues is donated to Covid19 non profits organizations. In addition, you have links to donate to www.covid19responsefund.org or to see the statistics and how we got to this number. Use this extension to be updated about the CoronaVirus End Date and a Real Number Map every time you open a new tab in you chrome extension. How to use? - Just open a new tab and you will see the Corona Map Background
एक्सटेंशन की मूल जानकारी
नाम | Corona Map Background |
ID | mfafipbgjfbmomjdohonebaohpkhbkbn |
आधिकारिक URL | https://chromewebstore.google.com/detail/corona-map-background/mfafipbgjfbmomjdohonebaohpkhbkbn |
विवरण | This extensions lets you to easily see the Covid19 numbers for the Corona Virus directly from the new tab page. Corona Map… |
फ़ाइल का आकार | 346 KB |
स्थापना संख्या | 43 |
वर्तमान संस्करण | 1.2.4 |
अंतिम अपडेट | 2022-11-20 |
प्रकाशन तिथि | 2020-04-26 |
रेटिंग | 5.00/5 कुल 1 रेटिंग्स |
डेवलपर | https://treegle.org |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://blog.treegle.org/about-coronavirus-tracker/ |
सहायता पृष्ठ URL | https://blog.treegle.org/about-coronavirus-tracker/ |
गोपनीयता नीति पृष्ठ URL | http://blog.treegle.org/privacy-policy |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Corona Map Background", "default_locale": "en", "homepage_url": "https:\/\/www.treegle.org\/", "icons": { "16": "img\/favicon16.png", "48": "img\/logo_square_transparent48.png", "128": "img\/logo_square_transparent128.png" }, "manifest_version": 2, "web_accessible_resources": [ "img\/favicon16.png", "img\/logo.png" ], "browser_action": { "default_title": "__MSG_browser_action_hover__", "default_icon": "img\/icon19.png", "browser_style": false }, "version": "1.2.4", "permissions": [ "*:\/\/*.treegle.org\/*" ], "chrome_url_overrides": { "newtab": "index.html" }, "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'", "externally_connectable": { "matches": [ "*:\/\/*.treegle.org\/*" ] }, "chrome_settings_overrides": { "search_provider": { "name": "corona map", "favicon_url": "https:\/\/www.treegle.org\/img\/logo_square_transparent48.png", "keyword": "keyword covid", "search_url": "https:\/\/www.treegle.org\/search.html?q={searchTerms}", "encoding": "UTF-8", "is_default": true } } } |