Peek Technology News
Keep up with technology news on your new tab page.
什麼是Peek Technology News?
Peek Technology News是由http://peek.news開發的Chrome擴展程式,該擴展的主要功能是“Keep up with technology news on your new tab page.”。
擴展截圖
下載Peek Technology News擴展crx文件
下載Peek Technology News擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Peek surfaces technology news from a variety of sources including TechCrunch, The Verge, Engadget, The Guardian, Ars Technica, and more.
擴展基本資訊
名稱 | |
ID | dhhhilahcdpmdildnfomideijdmjaiip |
官方網址 | https://chrome.google.com/webstore/detail/peek-technology-news/dhhhilahcdpmdildnfomideijdmjaiip |
簡介 | Keep up with technology news on your new tab page. |
檔案大小 | 8.42 KB |
安裝次數 | 166 |
目前版本 | 3.2 |
更新時間 | 2021-12-06 |
上架時間 | 2020-04-07 |
評分 | 5.00/5 共 4 次評分 |
開發者 | http://peek.news |
電子郵箱 | [email protected] |
擴展官網 | https://peek.news |
支援的語言 | 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" } } |