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 |
Eメール | [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'" } |