Desktop for Chrome
A Chrome dashboard that looks like your work station
Desktop for Chrome क्या है?
Desktop for Chrome pallavishankar6 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A Chrome dashboard that looks like your work station"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Desktop for Chrome एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Desktop for Chrome recreates a physical workstation on the new tab page. See current temperature and weather conditions through the window, check your events for the day on the calendar, and keep track of reminders or notes on the bulletin board. The clock shows the time, and the laptop screen includes shortcuts to your favorite websites. This is an open source project hosted on Github. If you are a developer, feel free to contribute at https://github.com/pallavi-s/desktop-for-chrome
एक्सटेंशन की मूल जानकारी
नाम | Desktop for Chrome |
ID | nkbkdlgipegodkjbiabmbmdacmhhnpna |
आधिकारिक URL | https://chromewebstore.google.com/detail/desktop-for-chrome/nkbkdlgipegodkjbiabmbmdacmhhnpna |
विवरण | A Chrome dashboard that looks like your work station |
फ़ाइल का आकार | 784 KB |
स्थापना संख्या | 180 |
वर्तमान संस्करण | 1.1.2 |
अंतिम अपडेट | 2019-09-29 |
प्रकाशन तिथि | 2019-09-29 |
रेटिंग | 5.00/5 कुल 1 रेटिंग्स |
डेवलपर | pallavishankar6 |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Desktop for Chrome", "description": "A Chrome dashboard that looks like your work station", "version": "1.1.2", "icons": { "128": "src\/img\/icons\/desktop128.png" }, "permissions": [ "geolocation", "identity", "storage" ], "chrome_url_overrides": { "newtab": "src\/index.html" }, "content_security_policy": "script-src 'self' https:\/\/*.google.com 'unsafe-eval'; object-src 'self'", "background": { "scripts": [ "src\/js\/calendar.js" ] }, "oauth2": { "client_id": "966242545928-bt256f814gr0gmkcpjiisrshndsscqvs.apps.googleusercontent.com", "scopes": [ "https:\/\/www.googleapis.com\/auth\/calendar.readonly" ] } } |