Atlas Obscura Tabs
Discover a hidden wonder with each new tab.
Apa itu Atlas Obscura Tabs?
Atlas Obscura Tabs adalah ekstensi Chrome yang dikembangkan oleh https://www.atlasobscura.com, dan fitur utamanya adalah "Discover a hidden wonder with each new tab.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Atlas Obscura Tabs
Unduh file ekstensi Atlas Obscura Tabs dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | Atlas Obscura Tabs |
ID | odbdedlpknlpnibidnmjcmlopgegggbi |
URL Resmi | https://chromewebstore.google.com/detail/atlas-obscura-tabs/odbdedlpknlpnibidnmjcmlopgegggbi |
Deskripsi | Discover a hidden wonder with each new tab. |
Ukuran File | 150 KB |
Jumlah Instalasi | 3,864 |
Versi Saat Ini | 1.0.6 |
Terakhir Diperbarui | 2019-12-18 |
Tanggal Publikasi | 2019-12-18 |
Penilaian | 4.84/5 Total 19 Penilaian |
Pengembang | https://www.atlasobscura.com |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://www.atlasobscura.com |
URL Halaman Bantuan | https://www.atlasobscura.com/contact_form |
URL Halaman Kebijakan Privasi | https://www.atlasobscura.com/privacy |
Bahasa yang Didukung | 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'" } |