Atlas Obscura Tabs

Discover a hidden wonder with each new tab.

What is Atlas Obscura Tabs?

Atlas Obscura Tabs is a Chrome extension developed by https://www.atlasobscura.com, and its main feature is "Discover a hidden wonder with each new tab.".

Extension Screenshots

screenshot
screenshot
screenshot

Download Atlas Obscura Tabs Extension CRX File

Download Atlas Obscura Tabs extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Atlas Obscura Tabs Atlas Obscura Tabs
ID odbdedlpknlpnibidnmjcmlopgegggbi
Official URL https://chromewebstore.google.com/detail/atlas-obscura-tabs/odbdedlpknlpnibidnmjcmlopgegggbi
Description Discover a hidden wonder with each new tab.
File Size 150 KB
Installation Count 3,864
Current Version 1.0.6
Last Updated 2019-12-18
Publish Date 2019-12-18
Rating 4.84/5 Total 19 Ratings
Developer https://www.atlasobscura.com
Email [email protected]
Payment Type free
Extension Website https://www.atlasobscura.com
Help Page URL https://www.atlasobscura.com/contact_form
Privacy Policy Page URL https://www.atlasobscura.com/privacy
Supported Languages 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'"
}