Minimalist Tab
Simplify your Chrome new tab page.
Minimalist Tab क्या है?
Minimalist Tab https://benandy.github.io द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Simplify your Chrome new tab page."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Minimalist Tab एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Simplify your Chrome new tab page. A minimalist new tab page with only the essential two things you need to keep your week on track, the time and date. Nothing special, not overcrowded nor eye distracting.
एक्सटेंशन की मूल जानकारी
नाम | Minimalist Tab |
ID | dcnlolkfplhlimlokmkinnmpjecghgcc |
आधिकारिक URL | https://chromewebstore.google.com/detail/minimalist-tab/dcnlolkfplhlimlokmkinnmpjecghgcc |
विवरण | Simplify your Chrome new tab page. |
फ़ाइल का आकार | 6.73 KB |
स्थापना संख्या | 100 |
वर्तमान संस्करण | 1.1.7 |
अंतिम अपडेट | 2017-10-03 |
प्रकाशन तिथि | 2017-10-02 |
रेटिंग | 5.00/5 कुल 2 रेटिंग्स |
डेवलपर | https://benandy.github.io |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://benandy.github.io/minimalisttab/ |
गोपनीयता नीति पृष्ठ URL | http://benandy.github.io/privacy |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.1.7", "name": "Minimalist Tab", "short_name": "Minimalist Tab", "description": "Simplify your Chrome new tab page.", "manifest_version": 2, "author": "Benjamin Developments", "offline_enabled": true, "homepage_url": "https:\/\/benandy.github.io\/minimalisttab", "incognito": "split", "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'; sandbox allow-forms allow-scripts allow-same-origin allow-modals", "minimum_chrome_version": "48.0.2564", "chrome_url_overrides": { "newtab": "index.html" }, "permissions": [ "cookies", "unlimitedStorage", "*:\/\/benandy.github.io\/*" ] } |