Firefox 브라우저 부가 기능
  • 확장 기능
  • 테마
    • Firefox용
    • 사전 및 언어 팩
    • 다른 브라우저 사이트
    • Android 부가 기능
로그인
Atrium — New Tab & Start Page 미리보기

Atrium — New Tab & Start Page 제작자: Spruiid

A calm, private new tab and start page. Clock, weather, crypto, GitHub activity, news and speed dial — all local, no account, no permissions until you enable a widget.

0 (리뷰 0개)0 (리뷰 0개)
Firefox를 다운로드하고 확장 기능을 받으세요
파일 다운로드

확장 메타 데이터

정보
Build process: none. The extension is plain ES modules loaded directly by
the new tab page. Nothing is minified, bundled, transpiled, or fetched at
runtime. What you see in the archive is what runs. tools/ contains
development helpers and is not part of the package.Remote code: none. The manifest sets script-src 'self'. Nothing is
evaluated from a string, and no external script or stylesheet is loaded.Permissions at install: storage only. Every host permission is inoptional_host_permissions and is requested by the widget that needs it, at
the moment the user first enables it, from a click handler. topSites andbookmarks are optional and only requested if the user points the speed dial
at them.Why *://*/* is in optional_host_permissions: the News widget can read
any RSS/Atom feed the user pastes in. The URL is not known in advance, so the
permission is requested for that origin only when the user adds a custom
feed. The named API domains above it cover the built-in sources
(Open-Meteo, CoinGecko, GitHub, Hacker News, Lobsters).Data collection: required: ["none"] — the extension has no server, no
account, and no analytics, and sends nothing to the developer. The three
optional types map to three opt-in features and are requested together with
the corresponding host permission: locationInfo (the place name typed into
the Weather widget goes to Open-Meteo for geocoding), searchTerms (search
suggestions, off by default, sends keystrokes to DuckDuckGo),browsingActivity (remote favicons, off by default, reveals speed-dial
domains to icons.duckduckgo.com).Handling of fetched content: no network response is ever assigned toinnerHTML. RSS is parsed with DOMParser and only text nodes are used; the
GitHub contribution calendar is parsed the same way and only the data-date
and data-level attributes are read. All URLs from remote sources pass
through safeURL() in src/core/dom.js, which rejects anything that is nothttp: or https:.Optional GitHub token: stored in storage.local and sent only toapi.github.com as an Authorization header. It is never logged, and the
settings export strips every field a widget declares as password, so a
backup file never carries it.Testing: load the add-on and open a new tab. Widgets that need network
access show an "Allow access" button; click it to grant the origin. The
Weather widget defaults to Vienna, the GitHub widget needs a username in its
options (the gear icon on the card).
리뷰어 0명이 0점으로 평가함
로그인하여 이 확장 기능의 평점을 남겨주세요
아직 평점이 없습니다

별점 저장됨

5
0
4
0
3
0
2
0
1
0
아직 리뷰 없음
권한 및 데이터

선택적 권한:

  • 북마크 읽기 및 수정
  • 방문 기록에 접근

데이터 수집:

  • 개발자는 이 확장 기능이 데이터 수집을 요구하지 않는다고 밝히고 있습니다.

개발자가 밝인 선택적 데이터 수집:

  • 탐색 활동
  • 지역
  • 검색어
더 알아보기
추가 정보
부가 기능 링크
  • 지원 이메일
  • 부가 기능 ID 복사
버전
1.0.0
크기
223.44 KB
최근 업데이트
8일 전 (2026년 9월 1일)
관련 카테고리
  • 검색 도구
  • 외양
  • 탭
라이선스
MIT 라이선스
버전 목록
  • 모든 버전 보기
모음집에 추가
이 부가 기능 신고
Mozilla 홈페이지로 이동

부가 기능

  • 소개
  • Firefox 부가 기능 블로그
  • 확장 기능 워크샵
  • 개발자 허브
  • 개발자 정책
  • 커뮤니티 블로그
  • 포럼
  • 버그 신고
  • 리뷰 지침

다운로드

  • Download Firefox
  • Windows
  • macOS
  • iOS
  • Android
  • Linux
  • All

최신 빌드

  • Nightly
  • Beta

기업용 Firefox

  • Enterprise

커뮤니티

  • Connect
  • Contribute
  • Developer

팔로우

  • Instagram
  • YouTube
  • TikTok
  • Bluesky
  • Podcast
  • 개인 정보
  • 쿠키
  • 법률

특별한 고지가 없는 한, 본 사이트의 콘텐츠는 Commons Attribution Share-Alike License v3.0 또는 그 이후 버전에 따라 사용이 허가됩니다.