Google Docs Sidebar, a way to preview docs
Bring a sidebar to Google Docs. This extension makes it easy to get an overview of files referenced in the current doc, as well as…
Τι είναι το Google Docs Sidebar, a way to preview docs;
Το Google Docs Sidebar, a way to preview docs είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον rob, και η κύρια λειτουργία του είναι "Bring a sidebar to Google Docs. This extension makes it easy to get an overview of files referenced in the current doc, as well as…".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Google Docs Sidebar, a way to preview docs
Λήψη αρχείων επέκτασης Google Docs Sidebar, a way to preview docs σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Bring a sidebar to Google Docs. This extension makes it easy to get an overview of files referenced in the current doc, as well as surrounding files. Google Docs can be a mess to organize, but this tool makes it incredibly easy! Let me know your thoughts! [email protected]
Βασικές Πληροφορίες Επέκτασης
Όνομα | Google Docs Sidebar, a way to preview docs |
ID | afdeokofjhakeodkfpegdmchkiilpolc |
Επίσημο URL | https://chromewebstore.google.com/detail/google-docs-sidebar-a-way/afdeokofjhakeodkfpegdmchkiilpolc |
Περιγραφή | Bring a sidebar to Google Docs. This extension makes it easy to get an overview of files referenced in the current doc, as well as… |
Μέγεθος Αρχείου | 862 KB |
Αριθμός Εγκαταστάσεων | 131 |
Τρέχουσα Έκδοση | 1.020 |
Τελευταία Ενημέρωση | 2020-12-04 |
Ημερομηνία Δημοσίευσης | 2020-07-13 |
Αξιολόγηση | 4.50/5 Συνολικά 2 Αξιολογήσεις |
Προγραμματιστής | rob |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
URL της Σελίδας Πολιτικής Απορρήτου | https://gist.githubusercontent.com/Rolstenhouse/2921ff3af4727b881d64860ccb9fbc5e/raw/05a9f710fcd8d25db5ef08a7188ceb4e31a1afbe/Honeycomb%2520privacy%2520policy |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "short_name": "Google Docs Sidebar", "name": "Google Docs Sidebar, a way to preview docs", "version": "1.020", "manifest_version": 2, "background": { "page": "background.html", "persistent": false }, "icons": { "128": "icon-128.png" }, "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA4hf4TEciTDz44Pzq9K1NwaDsjn42m6Pe+EfyLhHyiIQ3eFP1svLr\/\/oDsGw6xluAGA7+mg2liX\/xNWE4OFlfMofpJkPDk6gMq+zpbaBvplMr+rkGLSbhJzficnYYLgYzgKoNhmEiiVqPHblb5avNZ9qiJ504fr0tgmqzt534fj6tV37b6bhtA3xNHlOWXj6m2DnAeXSenTlQSu11IxKSp0rThm4kbNRiff80qwJjngPX617ifyPqUpTqrV37c4LqyNPp7oI9ad7jtv7AP2N1mrVUYr\/cOBgGt4\/uDmK6uSUiNIsmym7rO9ywnYZpCuRgyE3og7iwpeNwgtgAYXz7gQIDAQAB", "browser_action": { "default_icon": "icon-34.png" }, "content_scripts": [ { "matches": [ "https:\/\/docs.google.com\/*" ], "css": [ "\/css\/root.css" ], "js": [ "\/static\/js\/content.js" ] } ], "web_accessible_resources": [ "\/static\/css\/content.css", "\/static\/media\/*", "\/app\/googleDocsUtil.js" ], "content_security_policy": "script-src 'self' 'sha256-GgRxrVOKNdB4LrRsVPDSbzvfdV4UqglmviH9GoBJ5jk=' https:\/\/apis.google.com https:\/\/cdn.segment.com\/analytics.js\/v1\/OuVOnGCxHp2p5rkF3ed2G7pgQmYvAgs9\/analytics.min.js; object-src 'self'", "permissions": [ "https:\/\/apis.google.com\/js\/api.js", "https:\/\/api.google.com\/*", "identity", "identity.email", "storage", "http:\/\/fonts.googleapis.com\/", "https:\/\/fonts.googleapis.com\/" ], "oauth2": { "client_id": "160759724251-1j49ti99tj8gdjgkqufkob6ssr53r92g.apps.googleusercontent.com", "scopes": [ "https:\/\/www.googleapis.com\/auth\/drive" ] } } |