Scroll Master

Your scroller with more control.

Scroll Masterとは何ですか?

Scroll Masterはziyu.appによって開発されたChromeの拡張機能で、その主な機能は「Your scroller with more control.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

Scroll Master拡張機能のCRXファイルをダウンロード

Scroll Master拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                                            

拡張機能の基本情報

名前 Scroll Master Scroll Master
ID mhalmopmocdbokhgdbooincjafblpjnb
公式URL https://chrome.google.com/webstore/detail/scroll-master/mhalmopmocdbokhgdbooincjafblpjnb
説明 Your scroller with more control.
ファイルサイズ 310 KB
インストール数 324
現在のバージョン 0.0.13
最終更新日 2015-09-21
公開日 2015-09-21
評価 3.86/5 合計 35 レビュー
開発者 ziyu.app
支払い方法 free
対応言語 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:\/\/*\/*"
    ]
}