Future Tabs
Future Tabs
什麼是Future Tabs?
Future Tabs是由futuretab-dev開發的Chrome擴展程式,該擴展的主要功能是“Future Tabs”。
擴展截圖
下載Future Tabs擴展crx文件
下載Future Tabs擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Give your tab a new look! With this extension you can easily change the standard page background to a beautiful image. Transform your tab with Future Tab by making it beautiful and convenient. Features: - Displays weather and time in your location - Enhanced search with Bing If you still have any ideas to improve or add to the extension, do not hesitate to contact us and we promise that we will make every effort to improve it. By clicking "Add to chrome", I accept and agree to install the "Future Tabs" Chrome extension and setting Chrome™ New Tab page to that provided by the service and the Terms of Use and Privacy Policy. The extension uses permission the current location of user's device. Terms of Use / End User License Agreement https://extsolutiontechadv.com/terms_of_use.html Privacy Policy https://extsolutiontechadv.com/privacy_policy.html Contact Us https://extsolutiontechadv.com/contacts.html Uninstall https://extsolutiontechadv.com/lp/futuretab/uninstall.html
擴展基本資訊
名稱 | |
ID | ofkkineedekacdmfcmgbdifbenfolphc |
官方網址 | https://chrome.google.com/webstore/detail/future-tabs/ofkkineedekacdmfcmgbdifbenfolphc |
簡介 | Future Tabs |
檔案大小 | 2.46 MB |
安裝次數 | 61,918 |
目前版本 | 1.0.1 |
更新時間 | 2021-07-04 |
上架時間 | 2021-06-26 |
評分 | 4.93/5 共 108 次評分 |
開發者 | futuretab-dev |
電子郵箱 | [email protected] |
付費類型 | free |
隱私政策頁面URL | https://extsolutiontechadv.com/privacy_policy.html |
支援的語言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": { "128": "ico.png" } }, "chrome_url_overrides": { "newtab": "tab.html" }, "description": "Future Tabs", "icons": { "128": "ico.png" }, "manifest_version": 2, "name": "Future Tabs", "version": "1.0.1" } |