Google Drive Export Link Generator

Create direct download links for files

Google Drive Export Link Generator là gì?

Google Drive Export Link Generator là một tiện ích mở rộng Chrome được phát triển bởi monsen.dag, và tính năng chính của nó là "Create direct download links for files".

Tải xuống tệp CRX của tiện ích mở rộng Google Drive Export Link Generator

Tải xuống các tệp mở rộng Google Drive Export Link Generator 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

                                            

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

Tên Google Drive Export Link Generator Google Drive Export Link Generator
ID caedmofclhbckdbpnmnbhclifmjmgpnb
URL Chính Thức https://chrome.google.com/webstore/detail/google-drive-export-link/caedmofclhbckdbpnmnbhclifmjmgpnb
Mô tả Create direct download links for files
Kích Thước Tệp 226 KB
Số Lần Cài Đặt 464
Phiên Bản Hiện Tại 1.0.0
Cập Nhật Lần Cuối 2017-04-05
Ngày Phát Hành 2017-04-05
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển monsen.dag
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Google Drive Export Link Generator",
    "version": "1.0.0",
    "manifest_version": 2,
    "description": "Create direct download links for files",
    "homepage_url": "https:\/\/chrome.google.com\/webstore\/category\/extensions?utm_source=chrome-ntp-icon",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "browser_action": {
        "default_icon": "icons\/icon19.png",
        "default_title": "Create Google Drive download link",
        "default_popup": "popup.html"
    },
    "default_locale": "en",
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "permissions": [
        "clipboardRead",
        "clipboardWrite"
    ]
}