Autoscroll

Scroll to the bottom of the page - Created with http://blog.self.li

Autoscrollとは何ですか?

Autoscrollはdanny.hopeによって開発されたChromeの拡張機能で、その主な機能は「Scroll to the bottom of the page - Created with http://blog.self.li」です。

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

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

拡張機能の使用方法

                        Adds a button for scrolling to the bottom of a page (which can be useful on infinite scrolling pages).                    

拡張機能の基本情報

名前 Autoscroll Autoscroll
ID kgkaecolmndcecnchojbndeanmiokofl
公式URL https://chrome.google.com/webstore/detail/autoscroll/kgkaecolmndcecnchojbndeanmiokofl
説明 Scroll to the bottom of the page - Created with http://blog.self.li
ファイルサイズ 6.66 KB
インストール数 4,000
現在のバージョン 0.1
最終更新日 2014-11-21
公開日 2014-11-21
評価 4.55/5 合計 22 レビュー
開発者 danny.hope
支払い方法 free
拡張機能のウェブサイト https://github.com/dannyhope/autoscroll
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon-128.png",
        "default_title": "Autoscroll"
    },
    "name": "Autoscroll",
    "description": "Scroll to the bottom of the page - Created with http:\/\/blog.self.li",
    "homepage_url": "http:\/\/blog.self.li\/post\/16366939413\/how-to-convert-bookmarklet-to-chrome-extension",
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "version": "0.1",
    "manifest_version": 2
}