NewTime - NewTab Timelapse
Open newtabs with refreshing timelapse videos.
NewTime - NewTab Timelapseとは何ですか?
NewTime - NewTab Timelapseはyyrcdによって開発されたChromeの拡張機能で、その主な機能は「Open newtabs with refreshing timelapse videos.」です。
拡張機能のスクリーンショット
NewTime - NewTab Timelapse拡張機能のCRXファイルをダウンロード
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 |
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 |
Eメール | [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\/*" ] } } |