Atlas Obscura Tabs
Discover a hidden wonder with each new tab.
Atlas Obscura Tabs क्या है?
Atlas Obscura Tabs https://www.atlasobscura.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Discover a hidden wonder with each new tab."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Atlas Obscura Tabs एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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.
एक्सटेंशन की मूल जानकारी
नाम | Atlas Obscura Tabs |
ID | odbdedlpknlpnibidnmjcmlopgegggbi |
आधिकारिक URL | https://chromewebstore.google.com/detail/atlas-obscura-tabs/odbdedlpknlpnibidnmjcmlopgegggbi |
विवरण | Discover a hidden wonder with each new tab. |
फ़ाइल का आकार | 150 KB |
स्थापना संख्या | 3,864 |
वर्तमान संस्करण | 1.0.6 |
अंतिम अपडेट | 2019-12-18 |
प्रकाशन तिथि | 2019-12-18 |
रेटिंग | 4.84/5 कुल 19 रेटिंग्स |
डेवलपर | https://www.atlasobscura.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://www.atlasobscura.com |
सहायता पृष्ठ URL | https://www.atlasobscura.com/contact_form |
गोपनीयता नीति पृष्ठ URL | https://www.atlasobscura.com/privacy |
समर्थित भाषाएँ | 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'" } |