My New Tab
Improve your new tab experience!
什麼是My New Tab?
My New Tab是由https://newtab.cc開發的Chrome擴展程式,該擴展的主要功能是“Improve your new tab experience!”。
擴展截圖
下載My New Tab擴展crx文件
下載My New Tab擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
With this one single extension you can get the latest news about:
✭ Automobile
✭ Cryptocurrencies
✭ Men's fashion
✭ Women's fashion
✭ Home & Garden
✭ Insurance
✭ Travel
Every time you open a new tab, you can read daily news about your favorite topic.
This extension sets a new tab page with a search bar provided by Bing.
And you can switch category just with a single click on the top menu!
Required permissions:
'Set your new tab' - this permission is needed for the “New Tab” page.
Privacy:
Your privacy matters. Here's how we protect it: https://www.newtab.cc/privacy
Terms Of Use: https://www.newtab.cc/eula
By clicking "Add to chrome", I accept and agree to installing Tab Saver Chrome extension and setting Chrome™ New Tab to that provided by the service and the Terms of Use and Privacy Policy. 擴展基本資訊
| 名稱 | |
| ID | ibcdapcpgpofknnfbggcaikbggahcdfi |
| 官方網址 | https://chromewebstore.google.com/detail/my-new-tab/ibcdapcpgpofknnfbggcaikbggahcdfi |
| 簡介 | Improve your new tab experience! |
| 檔案大小 | 16.92 KB |
| 安裝次數 | 10,000 |
| 目前版本 | 1 |
| 更新時間 | 2021-06-11 |
| 上架時間 | 2019-11-06 |
| 評分 | 4.32/5 共 196 次評分 |
| 開發者 | https://newtab.cc |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 擴展官網 | https://www.newtab.cc |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "My New Tab",
"short_name": "My New Tab",
"description": "Improve your new tab experience!",
"version": "1",
"incognito": "split",
"externally_connectable": {
"matches": [
"*:\/\/*.newtab.cc\/*",
"*:\/\/newtab.cc\/*"
]
},
"icons": {
"16": "icon_16.png",
"32": "icon_32.png",
"48": "icon_48.png",
"128": "icon_128.png"
},
"chrome_url_overrides": {
"newtab": "newtab.html"
},
"background": {
"scripts": [
"js\/background.js"
],
"persistent": true
},
"permissions": [
"*:\/\/*.newtab.cc\/*",
"*:\/\/newtab.cc\/*"
],
"browser_action": {
"default_icon": {
"16": "icon_16.png",
"32": "icon_32.png"
},
"default_title": "Enhanced Search"
},
"manifest_version": 2
} | |