Download Station - Filer.net

Get all Filer.net links in one string

ما هو Download Station - Filer.net؟

Download Station - Filer.net هو إضافة Chrome تم تطويرها بواسطة sladomic، والميزة الرئيسية لها هي "Get all Filer.net links in one string".

تحميل ملف CRX للإضافة Download Station - Filer.net

قم بتنزيل ملفات الامتداد Download Station - Filer.net بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Get all Filer.net links in one string (all links will be copied to the clipboard).                    

معلومات أساسية عن التمديد

الاسم Download Station - Filer.net Download Station - Filer.net
ID kmejfgibpfncinliojieccbmldkbnajl
عنوان URL الرسمي 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"
    ]
}