Peek Technology News
Keep up with technology news on your new tab page.
Cos'è Peek Technology News?
Peek Technology News è un'estensione di Chrome sviluppata da http://peek.news, e la sua funzione principale è "Keep up with technology news on your new tab page.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Peek Technology News
Scarica i file di estensione Peek Technology News in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Peek surfaces technology news from a variety of sources including TechCrunch, The Verge, Engadget, The Guardian, Ars Technica, and more.
Informazioni di Base sull'Estensione
Nome | |
ID | dhhhilahcdpmdildnfomideijdmjaiip |
URL Ufficiale | https://chrome.google.com/webstore/detail/peek-technology-news/dhhhilahcdpmdildnfomideijdmjaiip |
Descrizione | Keep up with technology news on your new tab page. |
Dimensione del File | 8.42 KB |
Conteggio Installazioni | 166 |
Versione Corrente | 3.2 |
Ultimo Aggiornamento | 2021-12-06 |
Data di Pubblicazione | 2020-04-07 |
Valutazione | 5.00/5 Totale 4 Valutazioni |
Sviluppatore | http://peek.news |
[email protected] | |
Sito Web dell'Estensione | https://peek.news |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Peek Technology News", "description": "Keep up with technology news on your new tab page.", "version": "3.2", "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "https:\/\/peek.news\/", "https:\/\/*.peek.news\/*" ], "chrome_url_overrides": { "newtab": "redirect.html" } } |