Cloud File direct URL
Creates direct URL to your Google drive file from current tab.
Τι είναι το Cloud File direct URL;
Το Cloud File direct URL είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Unknown, και η κύρια λειτουργία του είναι "Creates direct URL to your Google drive file from current tab.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Cloud File direct URL
Λήψη αρχείων επέκτασης Cloud File direct URL σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
TL;DR: This will give you direct link to Google Drive file. I often found my self in situation where I need to embed a screenshot from Google Drive, but the Drive would only give me the website URL where I can view the file not the direct link to it. This is especially usefull for embeding screenshots in pullrequests (github) or chatting (Flowdock, Slack, Skype).
Βασικές Πληροφορίες Επέκτασης
Όνομα | Cloud File direct URL |
ID | ollcbgopdclnjaggekgnlmgbbgohgamo |
Επίσημο URL | https://chromewebstore.google.com/detail/cloud-file-direct-url/ollcbgopdclnjaggekgnlmgbbgohgamo |
Περιγραφή | Creates direct URL to your Google drive file from current tab. |
Μέγεθος Αρχείου | 15 KB |
Αριθμός Εγκαταστάσεων | 443 |
Τρέχουσα Έκδοση | 1.1 |
Τελευταία Ενημέρωση | 2017-06-10 |
Ημερομηνία Δημοσίευσης | 2017-06-10 |
Προγραμματιστής | Unknown |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Cloud File direct URL", "version": "1.1", "author": "Viesturs Teiv\u0101ns", "description": "Creates direct URL to your Google drive file from current tab.", "background": { "scripts": [ "background.js" ], "persistent": false }, "page_action": { "default_icon": "cloud-link-32.png", "default_title": "Get direct URL!", "default_popup": "popup.html" }, "permissions": [ "declarativeContent", "activeTab" ], "icons": { "32": "cloud-link-32.png", "48": "cloud-link-48.png", "128": "cloud-link-128.png" }, "manifest_version": 2 } |