NatureTab
Relive your new tab!
什麼是NatureTab?
NatureTab是由GriLime Corporation開發的Chrome擴展程式,該擴展的主要功能是“Relive your new tab!”。
擴展截圖
下載NatureTab擴展crx文件
下載NatureTab擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
A new tab in your favorite browser will no longer be boring and monotonous. With this extension, you can easily change the standard background of a new tab to a more beautiful natural landscape in just two clicks. But that's not all, our extension will allow you to always be aware of the current weather situation in your city. You no longer need to visit third-party sites to get information about the time or weather in your location. Try it and you will get a completely different experience using chrome! Features: - Display the time and weather in your current city - Change the search in omnibox to Bing. We are always working on new features, please use the support page to request features, and please leave us a great review if you have a few minutes! By clicking "Add to chrome", I accept and agree to install the "NatureTab" Chrome extension and setting Chrome™ New Tab page to that provided by the service and the Terms of Use https://grilime.com/terms-of-use-end-user-license-agreement/ and Privacy Policy https://grilime.com/privacy-policy/ Contact us https://grilime.com/contact/
擴展基本資訊
名稱 | |
ID | lhhpmemdchndbmbjpfmnipfbhajmkcmi |
官方網址 | https://chrome.google.com/webstore/detail/naturetab/lhhpmemdchndbmbjpfmnipfbhajmkcmi |
簡介 | Relive your new tab! |
檔案大小 | 11.32 MB |
安裝次數 | 20,000 |
目前版本 | 1.1 |
更新時間 | 2020-07-05 |
上架時間 | 2020-07-05 |
評分 | 5.00/5 共 6 次評分 |
開發者 | GriLime Corporation |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://grilime.com/ |
說明頁面URL | https://grilime.com/contact/ |
隱私政策頁面URL | https://grilime.com/privacy-policy |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": { "128": "icon-128.png", "48": "icon-48.png", "16": "icon-16.png" } }, "chrome_url_overrides": { "newtab": "tab.html" }, "description": "Relive your new tab!", "icons": { "128": "icon-128.png", "48": "icon-48.png", "16": "icon-16.png" }, "permissions": [ "storage" ], "manifest_version": 2, "minimum_chrome_version": "32", "name": "NatureTab", "version": "1.1" } |