Atlas Obscura Tabs

Discover a hidden wonder with each new tab.

Cos'è Atlas Obscura Tabs?

Atlas Obscura Tabs è un'estensione di Chrome sviluppata da https://www.atlasobscura.com, e la sua funzione principale è "Discover a hidden wonder with each new tab.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Atlas Obscura Tabs

Scarica i file di estensione Atlas Obscura Tabs in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Atlas Obscura Tabs Atlas Obscura Tabs
ID odbdedlpknlpnibidnmjcmlopgegggbi
URL Ufficiale https://chromewebstore.google.com/detail/atlas-obscura-tabs/odbdedlpknlpnibidnmjcmlopgegggbi
Descrizione Discover a hidden wonder with each new tab.
Dimensione del File 150 KB
Conteggio Installazioni 3,864
Versione Corrente 1.0.6
Ultimo Aggiornamento 2019-12-18
Data di Pubblicazione 2019-12-18
Valutazione 4.84/5 Totale 19 Valutazioni
Sviluppatore https://www.atlasobscura.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.atlasobscura.com
URL della Pagina di Aiuto https://www.atlasobscura.com/contact_form
URL della Pagina della Politica sulla Privacy https://www.atlasobscura.com/privacy
Lingue Supportate 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'"
}