Atlas Obscura Tabs
Discover a hidden wonder with each new tab.
Atlas Obscura Tabs란 무엇입니까?
Atlas Obscura Tabs은(는) https://www.atlasobscura.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Discover a hidden wonder with each new tab."입니다.
확장 프로그램 스크린샷
Atlas Obscura Tabs 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Atlas Obscura Tabs displays a photo of a hidden wonder from around the world with each new tab. Click into each photo to learn more about the place or explore Atlas Obscura's destination guide to start planning your next vacation. Entries from Atlas Obscura's database of almost 20,000 unique and unusual places are constantly being added, so the daily dose of wonder will never run out.
확장 프로그램 기본 정보
이름 | Atlas Obscura Tabs |
ID | odbdedlpknlpnibidnmjcmlopgegggbi |
공식 URL | https://chromewebstore.google.com/detail/atlas-obscura-tabs/odbdedlpknlpnibidnmjcmlopgegggbi |
설명 | Discover a hidden wonder with each new tab. |
파일 크기 | 150 KB |
설치 횟수 | 3,864 |
현재 버전 | 1.0.6 |
최근 업데이트 | 2019-12-18 |
출시 날짜 | 2019-12-18 |
평점 | 4.84/5 총 19 개의 평점 |
개발자 | https://www.atlasobscura.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://www.atlasobscura.com |
도움말 페이지 URL | https://www.atlasobscura.com/contact_form |
개인정보 보호 정책 페이지 URL | https://www.atlasobscura.com/privacy |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Atlas Obscura Tabs", "version": "1.0.6", "manifest_version": 2, "description": "Discover a hidden wonder with each new tab.", "homepage_url": "https:\/\/atlasobscura.com", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "chrome_url_overrides": { "newtab": "index.html" }, "permissions": [ "storage", "https:\/\/atlasobscura.com\/*", "https:\/\/www.atlasobscura.com\/*", "http:\/\/www.atlasobscura.com\/*" ], "web_accessible_resources": [ "font\/*.woff2", "js\/*.json" ], "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'" } |