Min New Tab
A beautiful and minimalistic new tab page for Google Chrome designed for efficiency and quick access to bookmarks, apps, and more.
Min New Tab क्या है?
Min New Tab Stanley Lim द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A beautiful and minimalistic new tab page for Google Chrome designed for efficiency and quick access to bookmarks, apps, and more."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Min New Tab एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Min is a beautiful lightweight alternative to the regular new tab page for Google Chrome that focuses on simplifying your browsing experience without removing essential features. Min will work on any computer with Chrome and all information will sync across devices. Min displays breathtaking photos that truly inspires along with a distraction free design and elegant fonts. Images are provided by Unspalsh. https://unsplash.com
एक्सटेंशन की मूल जानकारी
नाम | |
ID | ceaabelmocjaianlmapkjobmmhgjhbho |
आधिकारिक URL | https://chrome.google.com/webstore/detail/min-new-tab/ceaabelmocjaianlmapkjobmmhgjhbho |
विवरण | A beautiful and minimalistic new tab page for Google Chrome designed for efficiency and quick access to bookmarks, apps, and more. |
फ़ाइल का आकार | 51.95 KB |
स्थापना संख्या | 73 |
वर्तमान संस्करण | 1.0.0 |
अंतिम अपडेट | 2016-07-29 |
प्रकाशन तिथि | 2016-07-29 |
रेटिंग | 4.60/5 कुल 5 रेटिंग्स |
डेवलपर | Stanley Lim |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "chrome_url_overrides": { "newtab": "index.html" }, "description": "A beautiful and minimalistic new tab page for Google Chrome designed for efficiency and quick access to bookmarks, apps, and more.", "icons": { "128": "icon_128.png" }, "content_scripts": [ { "js": [ "js\/jquery.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "manifest_version": 2, "permissions": [ "storage", "topSites" ], "offline_enabled": true, "name": "Min New Tab", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0.0" } |