Lepra Smooth Scroll Extension
Adds smooth scroll to top of the current page
Lepra Smooth Scroll Extensionとは何ですか?
Lepra Smooth Scroll Extensionはgaiverrrによって開発されたChromeの拡張機能で、その主な機能は「Adds smooth scroll to top of the current page」です。
拡張機能のスクリーンショット
Lepra Smooth Scroll Extension拡張機能のCRXファイルをダウンロード
Lepra Smooth Scroll Extension拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
                                             拡張機能の基本情報
| 名前 |   |  
| ID | hlgkpkbdbomomofobmooppogknojncfb | 
| 公式URL | https://chromewebstore.google.com/detail/lepra-smooth-scroll-exten/hlgkpkbdbomomofobmooppogknojncfb | 
| 説明 | Adds smooth scroll to top of the current page | 
| ファイルサイズ | 40.8 KB | 
| インストール数 | 14 | 
| 現在のバージョン | 1.1 | 
| 最終更新日 | 2013-08-08 | 
| 公開日 | 2013-08-08 | 
| 開発者 | gaiverrr | 
| 支払い方法 | free | 
| 対応言語 | en | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Lepra Smooth Scroll Extension",
    "version": "1.1",
    "manifest_version": 2,
    "description": "Adds smooth scroll to top of the current page",
    "content_scripts": [
        {
            "js": [
                "scripts\/jquery.js",
                "scripts\/background.js"
            ],
            "css": [
                "styles\/main.css"
            ],
            "matches": [
                "http:\/\/*.leprosorium.ru\/*",
                "http:\/\/leprosorium.ru\/*"
            ]
        }
    ],
    "icons": {
        "48": "images\/icon-48.png"
    },
    "default_locale": "en"
}  |  |