NASA Astronomy Picture of the Day New Tab

NASA Astronomy Picture of the Day New Tab

NASA Astronomy Picture of the Day New Tabคืออะไร?

NASA Astronomy Picture of the Day New Tab เป็นส่วนขยายของ Chrome ที่พัฒนาโดย gracia9828 และคุณลักษณะหลักของมันคือ "NASA Astronomy Picture of the Day New Tab"

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

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย NASA Astronomy Picture of the Day New Tab

ดาวน์โหลดไฟล์ส่วนขยาย NASA Astronomy Picture of the Day New Tab ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Sets your new tab page to a personal dashboard that displays the NASA astronomy picture of the day (APOD). This new tab page is beautiful, educational, and feature rich. 

The new tab page comes with a search bar supporting configurable search options to Google, Bing, DuckDuckGo, You, Amazon, Walmart and eBay. You can create draggable and minimizable sticky notes. Timer and Desmos calculator widgets are available. Date and time can be configured. Shortcuts are set to most visited websites but can be edited. The position of them can be set to the center or the bottom. In the settings features can be toggled. In the bottom left there is a link to NASA astronomy picture of the day. Available in light and dark themes.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ NASA Astronomy Picture of the Day New Tab NASA Astronomy Picture of the Day New Tab
ID cpioknajigibofdjkagdpeemjfajffjf
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/nasa-astronomy-picture-of/cpioknajigibofdjkagdpeemjfajffjf
คำอธิบาย NASA Astronomy Picture of the Day New Tab
ขนาดไฟล์ 2.08 MB
จำนวนการติดตั้ง 1,575
เวอร์ชันปัจจุบัน 1.0.5
อัปเดตครั้งล่าสุด 2023-06-24
วันที่เผยแพร่ 2023-01-29
คะแนน 4.73/5 รวมทั้งหมด 11 คะแนน
ผู้พัฒนา gracia9828
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "NASA Astronomy Picture of the Day New Tab",
    "description": "NASA Astronomy Picture of the Day New Tab",
    "version": "1.0.5",
    "manifest_version": 3,
    "icons": {
        "128": "icons\/icon128.png"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "action": {
        "default_title": "New Tab"
    },
    "background": {
        "service_worker": "background.js"
    }
}