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 هو إضافة Chrome تم تطويرها بواسطة https://file.kiwi، والميزة الرئيسية لها هي "Create a download link immediately and attach files anywhere, whether it's Gmail, Twitter, or Facebook.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة One-click file attachment by file.kiwi

قم بتنزيل ملفات الامتداد One-click file attachment by file.kiwi بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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
عنوان صفحة المساعدة https://filekiwi.channel.io/
عنوان صفحة سياسة الخصوصية 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"
}