Atlas Obscura Tabs
Discover a hidden wonder with each new tab.
什麼是Atlas Obscura Tabs?
Atlas Obscura Tabs是由https://www.atlasobscura.com開發的Chrome擴展程式,該擴展的主要功能是“Discover a hidden wonder with each new tab.”。
擴展截圖
下載Atlas Obscura Tabs擴展crx文件
下載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 |
官方網址 | 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'" } |