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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
공식 URL | 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" ] } |