noScroll

tracking your bad scrolling habits

ما هو noScroll؟

noScroll هو إضافة Chrome تم تطويرها بواسطة pierre depaz، والميزة الرئيسية لها هي "tracking your bad scrolling habits".

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

screenshot

تحميل ملف CRX للإضافة noScroll

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

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

                        noScroll is an extension dedicated to make you notice your ubiquitous scrolling and its implications in content consumption. the more you scroll on a social network, the less things start to feel relevant / different from each other. words and images become interchangeable.

supported websites are:

facebook
twitter
instagram

noscroll is an opt-out plugin.                    

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

الاسم noScroll noScroll
ID phjbpbibhgfcinkkmfghfdhnipnambfm
عنوان URL الرسمي https://chromewebstore.google.com/detail/noscroll/phjbpbibhgfcinkkmfghfdhnipnambfm
الوصف tracking your bad scrolling habits
حجم الملف 16.84 KB
عدد التثبيتات 10
النسخة الحالية 0.1
آخر تحديث 2016-02-08
تاريخ النشر 2016-02-07
تقييم 5.00/5 مجموع تقييمات 1
المطور pierre depaz
نوع الدفع free
موقع الإضافة http://pierredepaz.net/projects/project_noscroll.html
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "noScroll",
    "description": "tracking your bad scrolling habits",
    "version": "0.1",
    "icons": {
        "16": "icon_16.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_title": "hey look at me"
    },
    "permissions": [
        "activeTab",
        "https:\/\/ajax.googleapis.com\/"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.facebook.com\/*",
                "https:\/\/twitter.com\/*",
                "https:\/\/instagram.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "omnibox": {
        "keyword": "yeah"
    }
}