Planet View
Planet View displays a beautiful satellite image from Planet every time you open a new tab.
Planet Viewとは何ですか?
Planet ViewはPlanetによって開発されたChromeの拡張機能で、その主な機能は「Planet View displays a beautiful satellite image from Planet every time you open a new tab.」です。
拡張機能のスクリーンショット
Planet View拡張機能のCRXファイルをダウンロード
Planet View拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension replaces the "New Tab" page in Chrome with an image from the Planet gallery. Follow the link from the image title in the lower left to learn more about the image. The globe in the lower right shows the image location. Click on the globe to display a new image. Use arrow keys (← and →) to navigate through your viewing history.
拡張機能の基本情報
名前 | Planet View |
ID | hhhgdbldiopbpblfcohjaeinjjciplho |
公式URL | https://chromewebstore.google.com/detail/planet-view/hhhgdbldiopbpblfcohjaeinjjciplho |
説明 | Planet View displays a beautiful satellite image from Planet every time you open a new tab. |
ファイルサイズ | 189 KB |
インストール数 | 1,860 |
現在のバージョン | 2.7.1 |
最終更新日 | 2022-05-12 |
公開日 | 2020-04-06 |
評価 | 4.51/5 合計 41 レビュー |
開発者 | Planet |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://www.planet.com/ |
ヘルプページのURL | https://github.com/planetlabs/planet-view-chrome-ext/issues |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Planet View", "description": "Planet View displays a beautiful satellite image from Planet every time you open a new tab.", "version": "2.7.1", "icons": { "16": "assets\/images\/icon-16.png", "48": "assets\/images\/icon-48.png", "128": "assets\/images\/icon-128.png" }, "chrome_url_overrides": { "newtab": "index.html" }, "incognito": "not_allowed" } |