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 |
官方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'" } |