NewTime - NewTab Timelapse
Open newtabs with refreshing timelapse videos.
NewTime - NewTab Timelapse क्या है?
NewTime - NewTab Timelapse yyrcd द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Open newtabs with refreshing timelapse videos."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में NewTime - NewTab Timelapse एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 |
ईमेल | [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\/*" ] } } |