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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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'" } |