Peek Technology News
Keep up with technology news on your new tab page.
What is Peek Technology News?
Peek Technology News is a Chrome extension developed by http://peek.news, and its main feature is "Keep up with technology news on your new tab page.".
Extension Screenshots
Download Peek Technology News Extension CRX File
Download Peek Technology News extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Peek surfaces technology news from a variety of sources including TechCrunch, The Verge, Engadget, The Guardian, Ars Technica, and more.
Extension Basic Information
Name | |
ID | dhhhilahcdpmdildnfomideijdmjaiip |
Official URL | https://chrome.google.com/webstore/detail/peek-technology-news/dhhhilahcdpmdildnfomideijdmjaiip |
Description | Keep up with technology news on your new tab page. |
File Size | 8.42 KB |
Installation Count | 166 |
Current Version | 3.2 |
Last Updated | 2021-12-06 |
Publish Date | 2020-04-07 |
Rating | 5.00/5 Total 4 Ratings |
Developer | http://peek.news |
[email protected] | |
Extension Website | https://peek.news |
Supported Languages | 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" } } |