Earth View from Google Earth
Experience a beautiful image from Google Earth every time you open a new tab.
Earth View from Google Earthとは何ですか?
Earth View from Google Earthはearth-viewによって開発されたChromeの拡張機能で、その主な機能は「Experience a beautiful image from Google Earth every time you open a new tab.」です。
拡張機能のスクリーンショット
Earth View from Google Earth拡張機能のCRXファイルをダウンロード
Earth View from Google Earth拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Earth View displays a beautiful landscape from Google Earth every time you open a new tab.
What's new in version 3?
1,000+ NEW VIEWS: More views from more places around the globe.
BETTER QUALITY: Sharper, more colorful images, optimized for today's high-DPI screens.
GLOBAL COLOR MAP: Explore all 2,500 images by region and color on our new map: g.co/ev/map
Learn more about our privacy policy at https://www.google.com/policies/privacy/ 拡張機能の基本情報
| 名前 | |
| ID | bhloflhklmhfpedakmangadcdofhnnoh |
| 公式URL | https://chromewebstore.google.com/detail/earth-view-from-google-ea/bhloflhklmhfpedakmangadcdofhnnoh |
| 説明 | Experience a beautiful image from Google Earth every time you open a new tab. |
| ファイルサイズ | 165 KB |
| インストール数 | 856,623 |
| 現在のバージョン | 3.1.0 |
| 最終更新日 | 2024-02-20 |
| 公開日 | 2020-02-26 |
| 評価 | 4.20/5 合計 5195 レビュー |
| 開発者 | earth-view |
| Eメール | [email protected] |
| 支払い方法 | free |
| プライバシーポリシーページのURL | https://www.google.com/policies/privacy |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"version": "3.1.0",
"background": {
"service_worker": "service-worker.js",
"type": "module"
},
"chrome_url_overrides": {
"newtab": "index.html"
},
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'"
},
"description": "Experience a beautiful image from Google Earth every time you open a new tab.",
"icons": {
"16": "icons\/icon-16.png",
"48": "icons\/icon-48.png",
"128": "icons\/icon-128.png"
},
"manifest_version": 3,
"name": "Earth View from Google Earth",
"permissions": [
"storage"
],
"host_permissions": [
"https:\/\/www.gstatic.com\/prettyearth\/*"
]
} | |