One-click file attachment by file.kiwi

Create a download link immediately and attach files anywhere, whether it's Gmail, Twitter, or Facebook.

什么是One-click file attachment by file.kiwi?

One-click file attachment by file.kiwi是由https://file.kiwi开发的Chrome扩展程序,该扩展的主要功能是“Create a download link immediately and attach files anywhere, whether it's Gmail, Twitter, or Facebook.”。

扩展截图

screenshot

下载One-click file attachment by file.kiwi扩展crx文件

下载One-click file attachment by file.kiwi扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        A file attachment extension that can be registered and used in the browser's context menu. 

* Easy and simple to use. 
Generate and add download links anywhere with a single right click. No need to copy and paste. 

* Can be used in any web service. 
You can use it with a right click anywhere, such as gmail, tweeter , sns, reddit, etc. 

* No file size limit.
You can upload and download even large files or videos without limitation. 

* Real-time transfer. 
No waiting for the upload to complete, just send. Download links are generated in less than 10 seconds, even for 10GB files. 

== How to use after installation ==
1. right-click the text input cursor. 
2. select Add Download Link from the context menu list that appears. (The download link will be added to the text field).
3. click the Select File button displayed on the side panel. 
4. Post or submit the body with the download link added. 
 

If you have any issues, please contact us at https://filekiwi.channel.io/ and we will be happy to assist you.                    

扩展基本信息

名称 One-click file attachment by file.kiwi One-click file attachment by file.kiwi
ID lhpnibgaohppbeaeoncempnciicmgcac
官方URL https://chromewebstore.google.com/detail/one-click-file-attachment/lhpnibgaohppbeaeoncempnciicmgcac
简介 Create a download link immediately and attach files anywhere, whether it's Gmail, Twitter, or Facebook.
文件大小 193 KB
安装次数 1,918
当前版本 1.53
更新时间 2024-03-05
上架时间 2020-12-16
评分 3.00/5 共2次评分
开发者 https://file.kiwi
电子邮箱 [email protected]
付费类型 free
扩展官网 https://file.kiwi
帮助页面URL https://filekiwi.channel.io/
隐私政策页面URL https://docs.file.kiwi/privacy
支持的语言 en,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extname__",
    "description": "__MSG_extdesc__",
    "version": "1.53",
    "permissions": [
        "contextMenus",
        "scripting",
        "sidePanel",
        "activeTab",
        "notifications"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/file.kiwi\/*",
            "*:\/\/localhost\/*"
        ]
    },
    "background": {
        "service_worker": "bg.js"
    },
    "icons": {
        "16": "icon\/16.png",
        "48": "icon\/48.png",
        "138": "icon\/128.png"
    },
    "minimum_chrome_version": "88.0",
    "manifest_version": 3,
    "default_locale": "en"
}