Scroll Master

Your scroller with more control.

Wat is Scroll Master?

Scroll Master is een Chrome-extensie ontwikkeld door ziyu.app, en de belangrijkste functie is "Your scroller with more control.".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Scroll Master

Download Scroll Master-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                                            

Basisinformatie over de Extensie

Naam Scroll Master Scroll Master
ID mhalmopmocdbokhgdbooincjafblpjnb
Officiële URL https://chrome.google.com/webstore/detail/scroll-master/mhalmopmocdbokhgdbooincjafblpjnb
Beschrijving Your scroller with more control.
Bestandsgrootte 310 KB
Aantal Installaties 324
Huidige Versie 0.0.13
Laatst Bijgewerkt 2015-09-21
Publicatiedatum 2015-09-21
Beoordeling 3.86/5 Totaal 35 Beoordelingen
Ontwikkelaar ziyu.app
Betalingswijze free
Ondersteunde Talen en,zh-CN,zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "0.0.13",
    "manifest_version": 2,
    "description": "__MSG_appDescription__",
    "icons": {
        "16": "images\/icon-16.png",
        "128": "images\/icon-128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "options_page": "options.html",
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "scripts\/compiled.js"
            ],
            "css": [
                "styles\/contentscript.css"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ],
    "web_accessible_resources": [
        "template.html",
        "fonts\/*"
    ],
    "permissions": [
        "tabs",
        "storage",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}