File sharer
Based on file.io API
什麼是File sharer?
File sharer是由i.kurski開發的Chrome擴展程式,該擴展的主要功能是“Based on file.io API”。
擴展截圖
下載File sharer擴展crx文件
下載File sharer擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Convenient, anonymous and secure file sharing. Based on file.io API by [email protected]
擴展基本資訊
名稱 | File sharer |
ID | mejkeiknaedomomciabfkdgcnjdmeeog |
官方網址 | https://chromewebstore.google.com/detail/file-sharer/mejkeiknaedomomciabfkdgcnjdmeeog |
簡介 | Based on file.io API |
檔案大小 | 37.37 KB |
安裝次數 | 87 |
目前版本 | 1.0 |
更新時間 | 2018-07-06 |
上架時間 | 2018-07-06 |
評分 | 5.00/5 共 1 次評分 |
開發者 | i.kurski |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://file.io |
說明頁面URL | https://file.io |
支援的語言 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "File sharer", "description": "Based on file.io API", "version": "1.0", "manifest_version": 2, "browser_action": { "default_popup": "templates\/toolbar-popup.html", "default_icon": { "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/icon48.png", "128": "images\/icon128.png" } }, "icons": { "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/icon48.png", "128": "images\/icon128.png" } } |