Planet View

Planet View displays a beautiful satellite image from Planet every time you open a new tab.

Planet Viewคืออะไร?

Planet View เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Planet และคุณลักษณะหลักของมันคือ "Planet View displays a beautiful satellite image from Planet every time you open a new tab."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Planet View

ดาวน์โหลดไฟล์ส่วนขยาย 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 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
อีเมล [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"
}