Tumbling Down

Adds a scroll down button to Tumblr.

ما هو Tumbling Down؟

Tumbling Down هو إضافة Chrome تم تطويرها بواسطة http://kiricon.net، والميزة الرئيسية لها هي "Adds a scroll down button to Tumblr.".

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

screenshot

تحميل ملف CRX للإضافة Tumbling Down

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

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

                        This extension adds a scroll down button. Now you can scroll past old content to the new stuff. It works the exact same as the scroll up button. Just refresh Tumblr after installation and you should see the new scroll down button.                    

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

الاسم Tumbling Down Tumbling Down
ID pfcmmdemennpebncanadpbcfgbkelepl
عنوان URL الرسمي https://chrome.google.com/webstore/detail/tumbling-down/pfcmmdemennpebncanadpbcfgbkelepl
الوصف Adds a scroll down button to Tumblr.
حجم الملف 41.8 KB
عدد التثبيتات 135
النسخة الحالية 1.0
آخر تحديث 2014-09-17
تاريخ النشر 2014-09-17
تقييم 4.00/5 مجموع تقييمات 4
المطور http://kiricon.net
نوع الدفع free
موقع الإضافة http://kiricon.net
عنوان صفحة المساعدة http://kiricon.net
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "css": [
                "style.css"
            ],
            "js": [
                "jquery.min.js",
                "script.js"
            ],
            "matches": [
                "*:\/\/www.tumblr.com\/dashboard",
                "*:\/\/www.tumblr.com\/likes",
                "*:\/\/www.tumblr.com\/blog\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "description": "Adds a scroll down button to Tumblr.",
    "homepage_url": "http:\/\/kiricon.net",
    "icons": {
        "128": "icons\/icon128.png",
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png"
    },
    "manifest_version": 2,
    "name": "Tumbling Down",
    "permissions": [
        "storage"
    ],
    "version": "1.0",
    "web_accessible_resources": [
        "scrolldown.png"
    ]
}