Cloud File direct URL

Creates direct URL to your Google drive file from current tab.

Cloud File direct URL là gì?

Cloud File direct URL là một tiện ích mở rộng Chrome được phát triển bởi Unknown, và tính năng chính của nó là "Creates direct URL to your Google drive file from current tab.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Cloud File direct URL

Tải xuống các tệp mở rộng Cloud File direct URL dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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).                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Cloud File direct URL Cloud File direct URL
ID ollcbgopdclnjaggekgnlmgbbgohgamo
URL Chính Thức https://chromewebstore.google.com/detail/cloud-file-direct-url/ollcbgopdclnjaggekgnlmgbbgohgamo
Mô tả Creates direct URL to your Google drive file from current tab.
Kích Thước Tệp 15 KB
Số Lần Cài Đặt 443
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2017-06-10
Ngày Phát Hành 2017-06-10
Nhà Phát Triển Unknown
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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
}