Desktop for Chrome

A Chrome dashboard that looks like your work station

Τι είναι το Desktop for Chrome;

Το Desktop for Chrome είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον pallavishankar6, και η κύρια λειτουργία του είναι "A Chrome dashboard that looks like your work station".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Desktop for Chrome

Λήψη αρχείων επέκτασης Desktop for Chrome σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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 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"
        ]
    }
}