NewTabSpace

Bored of usual tabs? Now you can replace them with great images of space! Enjoy cosmic experience and gaze the stars right in your…

NewTabSpaceคืออะไร?

NewTabSpace เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Zoe Webmaster และคุณลักษณะหลักของมันคือ "Bored of usual tabs? Now you can replace them with great images of space! Enjoy cosmic experience and gaze the stars right in your…"

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Bored of usual tabs? Now you can replace them with great images of space!

Enjoy cosmic experience and gaze the stars right in your browser.                    

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

ชื่อ NewTabSpace NewTabSpace
ID onodcoelplndhaecnneclpbpjpdgclam
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/newtabspace/onodcoelplndhaecnneclpbpjpdgclam
คำอธิบาย Bored of usual tabs? Now you can replace them with great images of space! Enjoy cosmic experience and gaze the stars right in your…
ขนาดไฟล์ 5.47 MB
จำนวนการติดตั้ง 387
เวอร์ชันปัจจุบัน 1.0.4
อัปเดตครั้งล่าสุด 2021-10-26
วันที่เผยแพร่ 2021-09-27
คะแนน 5.00/5 รวมทั้งหมด 33 คะแนน
ผู้พัฒนา Zoe Webmaster
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://textuploader.com/t5awa
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "NewTabSpace",
    "version": "1.0.4",
    "permissions": [
        "storage",
        "tabs",
        "cookies",
        "alarms"
    ],
    "host_permissions": [
        "*:\/\/*.youtube.com\/*",
        "*:\/\/myextension.online\/*",
        "*:\/\/*.myextension.online\/*"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "chrome_url_overrides": {
        "newtab": "newTab.html"
    },
    "manifest_version": 3,
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'; script-src-elem 'self' 'unsafe-eval' data: blob: filesystem:;"
    }
}