Material Design New Tab
A beautifully simple new tab page built with Facebook's React and Google's Material Design specification.
Material Design New Tab क्या है?
Material Design New Tab Russell द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A beautifully simple new tab page built with Facebook's React and Google's Material Design specification."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Material Design New Tab एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
A beautifully simple new tab page built with Facebook's React and Google's Material Design specification. Changelog: Version 1.1.9: - Center background image - Fix minor bug with bookmarks bar being able to be clicked when invisible Version 1.1.8: - Fix links not saving. Version 1.1.7: - Fix the new tab page not loading. Version 1.1.6: - Update to the style of the bookmarks bar. While there are still many fixes to be made, this is an improvement. Version 1.1.5: - Add a simple bookmarks bar. This will be styled/fixed in future updates, but this works in the short term. Version 1.1.1: - The "Change Button Links" dialog now loads saved websites and links, meaning you can change only one field. Version 1.0.2: - Made buttons opaque rather than semitransparent. - Buttons are no longer blurred on the page as a result of vertical centering. Version 1.0.0: - Initial Release.
एक्सटेंशन की मूल जानकारी
नाम | Material Design New Tab |
ID | enoinobaajgbimopljmnljlahmknmgin |
आधिकारिक URL | https://chromewebstore.google.com/detail/material-design-new-tab/enoinobaajgbimopljmnljlahmknmgin |
विवरण | A beautifully simple new tab page built with Facebook's React and Google's Material Design specification. |
फ़ाइल का आकार | 271 KB |
स्थापना संख्या | 33 |
वर्तमान संस्करण | 1.1.9 |
अंतिम अपडेट | 2016-11-22 |
प्रकाशन तिथि | 2016-11-22 |
रेटिंग | 4.00/5 कुल 1 रेटिंग्स |
डेवलपर | Russell |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Material Design New Tab", "short_name": "Material New Tab", "description": "A beautifully simple new tab page built with Facebook's React and Google's Material Design specification.", "version": "1.1.9", "chrome_url_overrides": { "newtab": "index.html" }, "permissions": [ "bookmarks", "storage" ], "icons": { "16": "icons\/mipmap-mdpi\/ic_launcher.png", "72": "icons\/mipmap-hdpi\/ic_launcher.png", "144": "icons\/mipmap-xxhdpi\/ic_launcher.png" } } |