Hello
New tab page with widgets and fresh image every day.
Hello क्या है?
Hello petr.hurtak द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "New tab page with widgets and fresh image every day."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Hello एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
The daily new image is from bing.com, in case you are offline there is dozen of nice wallpapers from nature that I liked. You can also display a widget in front. Some are traditional, like a clock, some are meant to motivate you a little. Widgets: - Clock - Year progress - Your age Extension preview avaliable at: https://hello-extension.netlify.com
एक्सटेंशन की मूल जानकारी
नाम | Hello |
ID | olenfgbgcphkaipfeohfjpagibimmpke |
आधिकारिक URL | https://chromewebstore.google.com/detail/hello/olenfgbgcphkaipfeohfjpagibimmpke |
विवरण | New tab page with widgets and fresh image every day. |
फ़ाइल का आकार | 18.9 MB |
स्थापना संख्या | 156 |
वर्तमान संस्करण | 1.0.9 |
अंतिम अपडेट | 2022-08-27 |
प्रकाशन तिथि | 2020-05-07 |
रेटिंग | 5.00/5 कुल 2 रेटिंग्स |
डेवलपर | petr.hurtak |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/hurtak/hello |
सहायता पृष्ठ URL | https://github.com/hurtak/hello/issues |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Hello", "description": "New tab page with widgets and fresh image every day.", "author": "Petr Hu\u0159\u0165\u00e1k", "version": "1.0.9", "icons": { "128": "assets\/logo-128.png" }, "chrome_url_overrides": { "newtab": "index.html" }, "content_security_policy": "script-src 'self' 'unsafe-eval' 'sha256-7E6FJntvtaJ4ZqfHn2YBae4NRFQAcjvIA19UsZ2NqNA='; object-src 'self'", "permissions": [], "offline_enabled": true } |