UP Tab
UP brings you a NewTab with Time, Date and Search
什麼是UP Tab?
UP Tab是由https://coinup.org開發的Chrome擴展程式,該擴展的主要功能是“UP brings you a NewTab with Time, Date and Search”。
擴展截圖
下載UP Tab擴展crx文件
下載UP Tab擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
UP Tab will replace your default Newtab. UP Tab will show you Time, Date and beautiful wallpaper. Search with CoinUP and earn points to spend on your favorite games or gift cards. Go to coinup.org for more info
擴展基本資訊
名稱 | UP Tab |
ID | ackfacgcbokflmiamcckdpcmdnkommof |
官方網址 | https://chromewebstore.google.com/detail/up-tab/ackfacgcbokflmiamcckdpcmdnkommof |
簡介 | UP brings you a NewTab with Time, Date and Search |
檔案大小 | 2.17 MB |
安裝次數 | 31,273 |
目前版本 | 2.0.2 |
更新時間 | 2019-06-20 |
上架時間 | 2019-06-20 |
評分 | 4.50/5 共 6 次評分 |
開發者 | https://coinup.org |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | http://coinup.org |
說明頁面URL | http://coinup.org/view.aspx?s=howto |
隱私政策頁面URL | https://coinup.org/privacy-policy.html |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "page": "background.html" }, "name": "UP Tab", "version": "2.0.2", "manifest_version": 2, "description": "UP brings you a NewTab with Time, Date and Search", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "chrome_url_overrides": { "newtab": "index.html" }, "permissions": [ "tabs" ] } |