Atlas Obscura Tabs
Discover a hidden wonder with each new tab.
ما هو Atlas Obscura Tabs؟
Atlas Obscura Tabs هو إضافة Chrome تم تطويرها بواسطة https://www.atlasobscura.com، والميزة الرئيسية لها هي "Discover a hidden wonder with each new tab.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Atlas Obscura Tabs
قم بتنزيل ملفات الامتداد Atlas Obscura Tabs بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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 |
عنوان صفحة المساعدة | https://www.atlasobscura.com/contact_form |
عنوان صفحة سياسة الخصوصية | 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'" } |