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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
}