Skye New Tab
Replace the boring new tab page with Skye, a more modern and customisable new tab page.
Skye New Tab क्या है?
Skye New Tab http://benandy.github.io द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Replace the boring new tab page with Skye, a more modern and customisable new tab page."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Skye New Tab एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Replace the default and boring new tab page on Google Chrome with Skye New Tab! Skye is a modern, functional and useful new tab page that can help you move around on the web quicker while enjoying beautiful photography work. Available options: - Show & hide the AM/PM - Change or remove your name - Change the date formatting - Hide or show the search box (Bottom left corner) - Change the search box's search engine (Google, Twitter, Facebook, YouTube) - Change to or from 24 hour time to 12 hour time - Background greyscale - Icon link display options Thanks to Unsplash.com for providing the background images. Keyboard controls and current background image information can be found near the bottom of the options menu. The cookie policy, privacy policy, contact information, image licenses and the change log is also found at the bottom of the options menu. If you find any issues report them here: https://github.com/BenAndy/SkyeNewTab/issues You can also ask questions and suggest features in the issues section. ~ Benjamin Developments.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | hmgfgpieichmjmcbccbdcmfolhlmjcpg |
आधिकारिक URL | https://chrome.google.com/webstore/detail/skye-new-tab/hmgfgpieichmjmcbccbdcmfolhlmjcpg |
विवरण | Replace the boring new tab page with Skye, a more modern and customisable new tab page. |
फ़ाइल का आकार | 13.91 MB |
स्थापना संख्या | 222 |
वर्तमान संस्करण | 3.1.54 |
अंतिम अपडेट | 2019-02-12 |
प्रकाशन तिथि | 2019-02-12 |
रेटिंग | 5.00/5 कुल 7 रेटिंग्स |
डेवलपर | http://benandy.github.io |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | http://benandy.github.io/skye/ |
सहायता पृष्ठ URL | http://benandy.github.io/skye/faq |
गोपनीयता नीति पृष्ठ URL | http://benandy.github.io/privacy |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "3.1.54", "name": "Skye New Tab", "short_name": "Skye", "description": "Replace the boring new tab page with Skye, a more modern and customisable new tab page.", "manifest_version": 2, "author": "Benjamin Developments", "offline_enabled": true, "homepage_url": "https:\/\/benandy.github.io\/skye", "content_security_policy": "default-src 'self'; script-src https:\/\/ssl.google-analytics.com https:\/\/ajax.googleapis.com 'self'; style-src https:\/\/fonts.googleapis.com 'unsafe-inline' 'self'; img-src http:\/\/www.google-analytics.com 'self'; font-src https:\/\/fonts.gstatic.com 'self'", "minimum_chrome_version": "54.0.2840", "icons": { "128": "a\/i\/f128.png" }, "chrome_url_overrides": { "newtab": "newtab.html" }, "permissions": [ "cookies", "unlimitedStorage" ] } |