Atlas Obscura Tabs

Discover a hidden wonder with each new tab.

Qu'est-ce que Atlas Obscura Tabs ?

Atlas Obscura Tabs est une extension Chrome développée par https://www.atlasobscura.com, et sa fonction principale est "Discover a hidden wonder with each new tab.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Atlas Obscura Tabs

Téléchargez les fichiers d'extension Atlas Obscura Tabs au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Atlas Obscura Tabs Atlas Obscura Tabs
ID odbdedlpknlpnibidnmjcmlopgegggbi
URL Officiel https://chromewebstore.google.com/detail/atlas-obscura-tabs/odbdedlpknlpnibidnmjcmlopgegggbi
Description Discover a hidden wonder with each new tab.
Taille du Fichier 150 KB
Nombre d'Installations 3,864
Version Actuelle 1.0.6
Dernière Mise à Jour 2019-12-18
Date de Publication 2019-12-18
Évaluation 4.84/5 Total 19 Évaluations
Développeur https://www.atlasobscura.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.atlasobscura.com
URL de la Page d'Aide https://www.atlasobscura.com/contact_form
URL de la Page de Politique de Confidentialité https://www.atlasobscura.com/privacy
Langues Prises en Charge 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'"
}