Nau Tab
Beautiful new tab page for modern browsers. A browser extension that will not track you.
Nau Tab क्या है?
Nau Tab https://int3ractive.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Beautiful new tab page for modern browsers. A browser extension that will not track you."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Nau Tab एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Take a break from your work with this picturesque new tab extension for modern browsers. Current features: - The background photo is fetched from Unsplash and change every hour. NEW: There are scenes for different period of the day. - You can use your own photo as background by select from settings panel opened at the bottom left corner) - You can set your name by clicking on the greeting's name. - You can re-select a list quick links (top left) in the settings panel - NEW: You can define your own quick links in settings panel - NEW: You can change the clock and greeting styles & positions in settings panel Visit https://int3ractive.com/nau-tab for more detail and feature roadmap.
एक्सटेंशन की मूल जानकारी
नाम | Nau Tab |
ID | pimockeojlggmlnknhicajgckmlggifa |
आधिकारिक URL | https://chromewebstore.google.com/detail/nau-tab/pimockeojlggmlnknhicajgckmlggifa |
विवरण | Beautiful new tab page for modern browsers. A browser extension that will not track you. |
फ़ाइल का आकार | 264 KB |
स्थापना संख्या | 141 |
वर्तमान संस्करण | 3.0.1 |
अंतिम अपडेट | 2019-07-17 |
प्रकाशन तिथि | 2019-07-16 |
रेटिंग | 4.75/5 कुल 8 रेटिंग्स |
डेवलपर | https://int3ractive.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://int3ractive.com/nau-tab |
सहायता पृष्ठ URL | https://int3ractive.com/nau-tab |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Nau Tab", "author": "Thanh Tran", "version": "3.0.1", "description": "Beautiful new tab page for modern browsers. A browser extension that will not track you.", "browser_specific_settings": { "gecko": { "id": "[email protected]", "strict_min_version": "57.0" } }, "icons": { "16": "images\/icon-16.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" }, "default_locale": "en", "background": { "scripts": [ "js\/background.js" ] }, "permissions": [ "storage" ], "options_ui": { "page": "options.html", "chrome_style": false }, "chrome_url_overrides": { "newtab": "index.html" }, "browser_action": { "default_icon": { "16": "images\/icon-16.png", "32": "images\/icon-32.png", "48": "images\/icon-48.png" }, "default_title": "nau-tab" }, "web_accessible_resources": [ "images\/icon-48.png" ] } |