NewTime - NewTab Timelapse

Open newtabs with refreshing timelapse videos.

NewTime - NewTab Timelapse là gì?

NewTime - NewTab Timelapse là một tiện ích mở rộng Chrome được phát triển bởi yyrcd, và tính năng chính của nó là "Open newtabs with refreshing timelapse videos.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng NewTime - NewTab Timelapse

Tải xuống các tệp mở rộng NewTime - NewTab Timelapse dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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。
导入网易云音乐歌曲,支持音乐可视化。                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên NewTime - NewTab Timelapse NewTime - NewTab Timelapse
ID bjkiaidggnkcgjdioaedkdeldoalaigg
URL Chính Thức https://chromewebstore.google.com/detail/newtime-newtab-timelapse/bjkiaidggnkcgjdioaedkdeldoalaigg
Mô tả Open newtabs with refreshing timelapse videos.
Kích Thước Tệp 1.03 MB
Số Lần Cài Đặt 71
Phiên Bản Hiện Tại 0.6.1
Cập Nhật Lần Cuối 2020-07-07
Ngày Phát Hành 2020-07-07
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển yyrcd
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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\/*"
        ]
    }
}