Download Station - Filer.net
Get all Filer.net links in one string
什么是Download Station - Filer.net?
Download Station - Filer.net是由sladomic开发的Chrome扩展程序,该扩展的主要功能是“Get all Filer.net links in one string”。
下载Download Station - Filer.net扩展crx文件
下载Download Station - Filer.net扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
                        Get all Filer.net links in one string (all links will be copied to the clipboard).                     扩展基本信息
| 名称 |   |  
| ID | kmejfgibpfncinliojieccbmldkbnajl | 
| 官方URL | https://chromewebstore.google.com/detail/download-station-filernet/kmejfgibpfncinliojieccbmldkbnajl | 
| 简介 | Get all Filer.net links in one string | 
| 文件大小 | 32.61 KB | 
| 安装次数 | 32 | 
| 当前版本 | 1.0 | 
| 更新时间 | 2017-01-18 | 
| 上架时间 | 2017-01-18 | 
| 开发者 | sladomic | 
| 付费类型 | free | 
| 支持的语言 | 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"
    ]
}  |  |