NewTime - NewTab Timelapse

Open newtabs with refreshing timelapse videos.

NewTime - NewTab Timelapseคืออะไร?

NewTime - NewTab Timelapse เป็นส่วนขยายของ Chrome ที่พัฒนาโดย yyrcd และคุณลักษณะหลักของมันคือ "Open newtabs with refreshing timelapse videos."

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

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย NewTime - NewTab Timelapse

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

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

                        NewTime - NewTab Timelapse
Open newtabs with refreshing timelapse videos.

★ Cached videos, there is no delay when you open a newtab.
★ Importing your own videos (saved in your local browser).
★ Completely offline video and music library.
★ Importing music & Music visualization.

打开新标签页时,欣赏一个延时摄影作品。
完全离线的视频和音乐 Library。
导入网易云音乐歌曲,支持音乐可视化。                    

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

ชื่อ NewTime - NewTab Timelapse NewTime - NewTab Timelapse
ID bjkiaidggnkcgjdioaedkdeldoalaigg
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/newtime-newtab-timelapse/bjkiaidggnkcgjdioaedkdeldoalaigg
คำอธิบาย Open newtabs with refreshing timelapse videos.
ขนาดไฟล์ 1.03 MB
จำนวนการติดตั้ง 71
เวอร์ชันปัจจุบัน 0.6.1
อัปเดตครั้งล่าสุด 2020-07-07
วันที่เผยแพร่ 2020-07-07
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา yyrcd
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "NewTime - NewTab Timelapse",
    "version": "0.6.1",
    "description": "Open newtabs with refreshing timelapse videos.",
    "options_page": "views\/show.html",
    "background": {
        "scripts": [
            "js\/lib\/localforage.min.js",
            "js\/utils.js",
            "js\/background.js"
        ],
        "persistent": false
    },
    "browser_action": [],
    "chrome_url_overrides": {
        "newtab": "views\/vtab.html"
    },
    "icons": {
        "16": "imgs\/favicon16.png",
        "48": "imgs\/favicon48.png",
        "128": "imgs\/favicon128.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/stat.newti.me; object-src 'self'",
    "externally_connectable": {
        "matches": [
            "*:\/\/newti.me\/*",
            "http:\/\/localhost:8000\/*"
        ]
    }
}