Panorama Tab
Replace your new tab with a new unique design and set of features that you can customize.
什麼是Panorama Tab?
Panorama Tab是由https://panoramatab.netlify.app開發的Chrome擴展程式,該擴展的主要功能是“Replace your new tab with a new unique design and set of features that you can customize.”。
擴展截圖
下載Panorama Tab擴展crx文件
下載Panorama Tab擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Panorama Tab brings a custom new tab with a unique design and a set of features that you can change to your liking. Start your browsing with quick information like the current weather in your location and top posts from your favorite Subreddit, no accounts are needed! Keep your experience fresh with amazing background images from Unsplash and from any category. All of Panorama features are: - Current Weather Information - Search Bar: Customize your search engine - Top sites: Your top 10 visited sites for quick access - Reddit Posts: Preview 40+ posts from your favorite subreddit - Custom Background Images _____ The extension does not share or save your information with any third party. Information like coordinates, weather, sites, and more may be saved indefinitely locally on your browser and only accessible to the extension, all information it's deleted when the extension is uninstalled.
擴展基本資訊
名稱 | Panorama Tab |
ID | einjlbiknhpkccefknpcnmnmmnhigcbc |
官方網址 | https://chromewebstore.google.com/detail/panorama-tab/einjlbiknhpkccefknpcnmnmmnhigcbc |
簡介 | Replace your new tab with a new unique design and set of features that you can customize. |
檔案大小 | 371 KB |
安裝次數 | 36 |
目前版本 | 1.0.4 |
更新時間 | 2021-11-04 |
上架時間 | 2020-12-22 |
評分 | 5.00/5 共 2 次評分 |
開發者 | https://panoramatab.netlify.app |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://panoramatab.netlify.app/ |
隱私政策頁面URL | https://panoramatab.netlify.app/privacy%20policy.html |
支援的語言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Panorama Tab", "description": "Replace your new tab with a new unique design and set of features that you can customize.", "version": "1.0.4", "manifest_version": 2, "icons": { "16": "\/icons\/icon16.png", "48": "\/icons\/icon48.png", "96": "\/icons\/icon96.png", "128": "\/icons\/icon128.png" }, "chrome_url_overrides": { "newtab": "index.html" }, "permissions": [ "https:\/\/*\/", "http:\/\/*\/", "geolocation", "topSites" ] } |