Simple Dashboard
Replace new tab page with a Simple Dashboard
Simple Dashboard क्या है?
Simple Dashboard Rob द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Replace new tab page with a Simple Dashboard"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Simple Dashboard एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
A simple dashboard to replace the Google Chrome New Tab. Backgrounds are powered by Pexels, weather by NOAA, and the latest 8 events in your primary Google Calendar. Simple Dash is developed with your privacy in mind, no 3rd party analytics tools are embedded in the application, nor does any of your information travel to a 3rd party server. It simply uses the freely available APIs to pull in relevant information.
एक्सटेंशन की मूल जानकारी
नाम | Simple Dashboard |
ID | hnahjccmfijeojdehoofghicecdjnedi |
आधिकारिक URL | https://chromewebstore.google.com/detail/simple-dashboard/hnahjccmfijeojdehoofghicecdjnedi |
विवरण | Replace new tab page with a Simple Dashboard |
फ़ाइल का आकार | 1.24 MB |
स्थापना संख्या | 28 |
वर्तमान संस्करण | 1.2.30 |
अंतिम अपडेट | 2021-01-20 |
प्रकाशन तिथि | 2018-06-17 |
रेटिंग | 5.00/5 कुल 1 रेटिंग्स |
डेवलपर | Rob |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "background": { "persistent": false, "scripts": [ "simpledash.js" ] }, "chrome_url_overrides": { "newtab": "dashboard.html" }, "content_security_policy": "script-src 'self' https:\/\/apis.google.com https:\/\/www.googleapis.com 'unsafe-eval'; object-src 'self'", "description": "Replace new tab page with a Simple Dashboard", "icons": { "128": "icon-128.png", "16": "icon-16.png", "48": "icon-48.png" }, "manifest_version": 2, "name": "Simple Dashboard", "offline_enabled": false, "permissions": [ "geolocation", "identity" ], "short_name": "Simple Dash", "oauth2": { "client_id": "285229412238-o9ihm8u1d45objd1ehsibv2n0lket01k.apps.googleusercontent.com", "scopes": [ "https:\/\/www.googleapis.com\/auth\/calendar.readonly" ] }, "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.2.30" } |