Incredible Tab
Default new tab take over with incredible background
什麼是Incredible Tab?
Incredible Tab是由Incredible Tab開發的Chrome擴展程式,該擴展的主要功能是“Default new tab take over with incredible background”。
擴展截圖
下載Incredible Tab擴展crx文件
下載Incredible Tab擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Incredible Tab is an extension that replaces the standard new tab page with the one that has a cute wallpaper background. You can easily change the wallpaper background by clicking on the button in the bottom left corner. The page has a text box in the middle that provides web search. Note that the extension can change the search provider in this box. You can also see the current date and time in the top right corner and the current weather in your city in the top left corner. Temperature units can be switched between Celsius and Fahrenheit by clicking on the temperature value. By clicking "Add to Chrome", I accept and agree to installing the "Incredible Tab" Chrome extension and setting search engine on the new tab page to that provided by the service and the Terms of Use and Privacy Policy. Terms of Use https://incredibletab.com/search/terms.html Privacy Policy https://incredibletab.com/search/privacy.html Contact Us https://incredibletab.com/search/contact.html About Us https://incredibletab.com/search/about.html Uninstall https://incredibletab.com/search/uninstall.html
擴展基本資訊
名稱 | |
ID | gflfjkaefogddjfjcfcjdmnjemdfgicl |
官方網址 | https://chrome.google.com/webstore/detail/incredible-tab/gflfjkaefogddjfjcfcjdmnjemdfgicl |
簡介 | Default new tab take over with incredible background |
檔案大小 | 511 KB |
安裝次數 | 20,000 |
目前版本 | 2.0 |
更新時間 | 2020-05-05 |
上架時間 | 2020-05-04 |
評分 | 4.74/5 共 27 次評分 |
開發者 | Incredible Tab |
電子郵箱 | [email protected] |
付費類型 | free |
隱私政策頁面URL | https://incredibletab.com/search/privacy.html |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "2.0", "name": "Incredible Tab", "description": "Default new tab take over with incredible background", "chrome_url_overrides": { "newtab": "index.html" }, "icons": { "128": "icon.png" }, "browser_action": { "default_icon": "icon.png" }, "permissions": [ "storage", "unlimitedStorage" ], "background": { "scripts": [ "js\/bg.js" ] } } |