Dash
Replace new tab page with a personal dashboard.
Dash क्या है?
Dash Ryan O'Connor द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Replace new tab page with a personal dashboard."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Dash एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
• Google/Bing Search • Weather • New inspirational photo each day • Customize the dashboard by showing/hiding widgets • Feel good and get things done!
एक्सटेंशन की मूल जानकारी
नाम | Dash |
ID | fingkpecgdmbaonemhpceblplfmhecmm |
आधिकारिक URL | https://chromewebstore.google.com/detail/dash/fingkpecgdmbaonemhpceblplfmhecmm |
विवरण | Replace new tab page with a personal dashboard. |
फ़ाइल का आकार | 539 KB |
स्थापना संख्या | 106 |
वर्तमान संस्करण | 1.2.3 |
अंतिम अपडेट | 2017-08-30 |
प्रकाशन तिथि | 2017-08-30 |
रेटिंग | 5.00/5 कुल 1 रेटिंग्स |
डेवलपर | Ryan O'Connor |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "persistent": false, "scripts": [ "dash.js" ] }, "chrome_url_overrides": { "newtab": "tab.html" }, "content_scripts": [ { "matches": [ "https:\/\/api.wunderground.com\/*", "https:\/\/ssl.geoplugin.net\/*", "https:\/\/dash.deesyl.com\/*", "https:\/\/api.ryanoconr.com\/*" ], "css": [ "cdn\/css\/main.min.css" ], "js": [ "cdn\/js\/search.min.js", "cdn\/js\/bgimg.min.js", "cdn\/js\/clock.min.js", "cdn\/js\/greeting.min.js", "cdn\/js\/jquery.min.js", "cdn\/js\/fa.min.js", "cdn\/js\/settings.min.js", "cdn\/js\/location.min.js", "cdn\/js\/modernizr.min.js", "cdn\/js\/weather.min.js", "cdn\/js\/update.min.js" ] } ], "icons": { "128": "icons\/128.png", "16": "icons\/16.png", "48": "icons\/48.png" }, "description": "Replace new tab page with a personal dashboard.", "content_security_policy": "script-src 'self' https:\/\/api.wunderground.com\/ https:\/\/ssl.geoplugin.net\/ https:\/\/api.ryanoconr.com https:\/\/dash.deesyl.com\/ 'unsafe-eval'; object-src 'self'", "manifest_version": 2, "name": "Dash", "offline_enabled": true, "permissions": [ "geolocation", "unlimitedStorage" ], "short_name": "Dash", "version": "1.2.3" } |