Pull de Reload

Pull to Reload.

ما هو Pull de Reload؟

Pull de Reload هو إضافة Chrome تم تطويرها بواسطة DESIGNSATELLITES، والميزة الرئيسية لها هي "Pull to Reload.".

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

screenshot

تحميل ملف CRX للإضافة Pull de Reload

قم بتنزيل ملفات الامتداد Pull de Reload بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        画面を引き下げてリロードします。
Mac OS X 10.7(Lion) 以降対応

Pull to Reload.
Mac OS X 10.7(Lion) later.                    

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

الاسم Pull de Reload Pull de Reload
ID fcacgalkmpjkobjhhgkbpeahdhpmhplj
عنوان URL الرسمي https://chromewebstore.google.com/detail/pull-de-reload/fcacgalkmpjkobjhhgkbpeahdhpmhplj
الوصف Pull to Reload.
حجم الملف 13.64 KB
عدد التثبيتات 19
النسخة الحالية 1.0.1
آخر تحديث 2012-12-25
تاريخ النشر 2012-12-24
المطور DESIGNSATELLITES
نوع الدفع free
موقع الإضافة http://www.designsatellites.jp/
اللغات المدعومة ja
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Pull de Reload",
    "version": "1.0.1",
    "manifest_version": 2,
    "description": "Pull to Reload.",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "background.js"
            ],
            "css": [
                "styles.css"
            ]
        }
    ]
}