Download Station - Filer.net

Get all Filer.net links in one string

Download Station - Filer.net là gì?

Download Station - Filer.net là một tiện ích mở rộng Chrome được phát triển bởi sladomic, và tính năng chính của nó là "Get all Filer.net links in one string".

Tải xuống tệp CRX của tiện ích mở rộng Download Station - Filer.net

Tải xuống các tệp mở rộng Download Station - Filer.net 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

                        Get all Filer.net links in one string (all links will be copied to the clipboard).                    

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

Tên Download Station - Filer.net Download Station - Filer.net
ID kmejfgibpfncinliojieccbmldkbnajl
URL Chính Thức https://chromewebstore.google.com/detail/download-station-filernet/kmejfgibpfncinliojieccbmldkbnajl
Mô tả Get all Filer.net links in one string
Kích Thước Tệp 32.61 KB
Số Lần Cài Đặt 32
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2017-01-18
Ngày Phát Hành 2017-01-18
Nhà Phát Triển sladomic
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Download Station - Filer.net",
    "description": "Get all Filer.net links in one string",
    "version": "1.0",
    "browser_action": {
        "default_title": "Copy the Filer.net links to clipboard"
    },
    "background": {
        "scripts": [
            "jquery-2.1.3.min.js",
            "eventPage.js"
        ],
        "persistent": false
    },
    "permissions": [
        "activeTab"
    ]
}