Twice New Tab
Replace new tab page with TWICE, To-do list, Weather, and more!
Twice New Tab क्या है?
Twice New Tab https://marshall-ku.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Replace new tab page with TWICE, To-do list, Weather, and more!"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Twice New Tab एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Replace new tab page with TWICE, To-do list, Weather, and more!! You can make personal dashboard with weather, to do list, images / videos about twice and more. Put corny new tab page - that just shows you the pages that you've recently visited - away and use this inspirational new tab page. Features • Background - TWICE Images - TWICE Videos (M/V, Fan cam, etc...) - Slideshow with TWICE Images • To do list • Weather • Bookmarks • D-day • Quotes • Focus Timer • Lets you customize your dashboard with settings Permissions required - Location : To get the weather of your current position. - Storage : To save your settings
एक्सटेंशन की मूल जानकारी
नाम | Twice New Tab |
ID | jpelibdllbipgjlnpmanoldlcbjbnelo |
आधिकारिक URL | https://chromewebstore.google.com/detail/twice-new-tab/jpelibdllbipgjlnpmanoldlcbjbnelo |
विवरण | Replace new tab page with TWICE, To-do list, Weather, and more! |
फ़ाइल का आकार | 747 KB |
स्थापना संख्या | 4,694 |
वर्तमान संस्करण | 1.0.3.0 |
अंतिम अपडेट | 2019-10-01 |
प्रकाशन तिथि | 2019-09-30 |
रेटिंग | 4.84/5 कुल 31 रेटिंग्स |
डेवलपर | https://marshall-ku.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
गोपनीयता नीति पृष्ठ URL | https://marshall-ku.com/privacy-policy |
समर्थित भाषाएँ | en,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Twice New Tab", "version": "1.0.3.0", "default_locale": "en", "description": "Replace new tab page with TWICE, To-do list, Weather, and more!", "author": "Marshall K", "manifest_version": 2, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "tabs", "storage", "geolocation", "notifications" ], "browser_action": { "default_icon": "icon.png" }, "chrome_url_overrides": { "newtab": "index.html" }, "background": { "scripts": [ "background.js" ], "persistent": true }, "content_security_policy": "script-src 'self' https:\/\/s.ytimg.com\/yts\/jsbin\/www-widgetapi-vfli6qDdj\/www-widgetapi.js https:\/\/www.youtube.com\/player_api; object-src 'self'" } |