Tech News Go
Open a new tab with today's tech news and a custom search box
什麼是Tech News Go?
Tech News Go是由Avinersoft開發的Chrome擴展程式,該擴展的主要功能是“Open a new tab with today's tech news and a custom search box”。
擴展截圖
下載Tech News Go擴展crx文件
下載Tech News Go擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
By clicking “Add to chrome”, I accept and agree to installing the Tech News Go Chrome extension and setting Chrome™ New Tab search to that provided by the service and the Terms of Use and Privacy Policy. The extension will update your search settings and will change your New Tab search services provided by Bing. Terms: https://avinersoft.com/app/tech/terms-and-conditions Privacy: https://avinersoft.com/app/tech/privacy-policy About: https://avinersoft.com/about-us Contact: https://avinersoft.com/contact
擴展基本資訊
名稱 | Tech News Go |
ID | lfpcbkbhffokplmdpnmfckbacenlldaf |
官方網址 | https://chromewebstore.google.com/detail/tech-news-go/lfpcbkbhffokplmdpnmfckbacenlldaf |
簡介 | Open a new tab with today's tech news and a custom search box |
檔案大小 | 1.4 MB |
安裝次數 | 48 |
目前版本 | 1.01 |
更新時間 | 2022-01-10 |
上架時間 | 2021-08-05 |
評分 | 4.50/5 共 2 次評分 |
開發者 | Avinersoft |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://avinersoft.com |
說明頁面URL | https://avinersoft.com/contact |
隱私政策頁面URL | https://avinersoft.com/privacy-policy |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Tech News Go", "description": "Open a new tab with today's tech news and a custom search box", "version": "1.01", "chrome_url_overrides": { "newtab": "tab.html" }, "icons": { "16": "icon\/16.png", "48": "icon\/48.png", "128": "icon\/128.png" }, "browser_action": { "default_icon": "icon\/48.png" }, "content_security_policy": "script-src 'self' https:\/\/static.elfsight.com https:\/\/apps.elfsight.com; object-src 'self'" } |