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 |
官方網址 | 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 |
電子郵箱 | [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" } |