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).
擴展基本資訊
名稱 | Download Station - Filer.net |
ID | kmejfgibpfncinliojieccbmldkbnajl |
官方網址 | 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" ] } |