TechNews
TechNews brings you the latest and greatest tech news of the day.
Hvad er TechNews?
TechNews er en Chrome-udvidelse udviklet af TechTap, og dens hovedfunktion er "TechNews brings you the latest and greatest tech news of the day.".
Udvidelsesskærmbilleder
Download TechNews-udvidelses-CRX-fil
Download TechNews-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
TechNews is a new tab chrome extension that summarizes the latest and greatest tech news of the day straight onto your web browser. Every time you open a tab, the latest news will immediately appear.
TechNews also lets you to manage a reading list and save articles that can be read later.
The TechNews Chrome extension is and will always be free. Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | babfhcgjchdmjknpmbdpcfggaonhimlj |
| Officiel URL | https://chromewebstore.google.com/detail/technews/babfhcgjchdmjknpmbdpcfggaonhimlj |
| Beskrivelse | TechNews brings you the latest and greatest tech news of the day. |
| Filstørrelse | 288 KB |
| Antal Installationer | 96 |
| Nuværende Version | 1.0.6 |
| Senest Opdateret | 2021-01-07 |
| Udgivelsesdato | 2020-12-28 |
| Bedømmelse | 2.00/5 Samlet 1 Bedømmelser |
| Udvikler | TechTap |
| [email protected] | |
| Betalingsmetode | free |
| Understøttede Sprog | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "TechNews",
"version": "1.0.6",
"description": "TechNews brings you the latest and greatest tech news of the day.",
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"chrome_url_overrides": {
"newtab": "index.html"
},
"content_security_policy": "script-src 'self' https:\/\/us-central1-linkedbbapp.cloudfunctions.net https:\/\/www.google-analytics.com https:\/\/cdn.carbonads.com https:\/\/srv.carbonads.net 'unsafe-eval'; object-src 'self'"
} | |