Atlas Obscura Tabs
Discover a hidden wonder with each new tab.
Wat is Atlas Obscura Tabs?
Atlas Obscura Tabs is een Chrome-extensie ontwikkeld door https://www.atlasobscura.com, en de belangrijkste functie is "Discover a hidden wonder with each new tab.".
Extensie Screenshots
Download het CRX-bestand van de extensie Atlas Obscura Tabs
Download Atlas Obscura Tabs-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Atlas Obscura Tabs |
ID | odbdedlpknlpnibidnmjcmlopgegggbi |
Officiële URL | https://chromewebstore.google.com/detail/atlas-obscura-tabs/odbdedlpknlpnibidnmjcmlopgegggbi |
Beschrijving | Discover a hidden wonder with each new tab. |
Bestandsgrootte | 150 KB |
Aantal Installaties | 3,864 |
Huidige Versie | 1.0.6 |
Laatst Bijgewerkt | 2019-12-18 |
Publicatiedatum | 2019-12-18 |
Beoordeling | 4.84/5 Totaal 19 Beoordelingen |
Ontwikkelaar | https://www.atlasobscura.com |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://www.atlasobscura.com |
Help Pagina-URL | https://www.atlasobscura.com/contact_form |
URL van de Privacybeleid Pagina | https://www.atlasobscura.com/privacy |
Ondersteunde Talen | 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'" } |