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擴充功能。
擴展使用說明
擴展基本資訊
名稱 | Lepra Smooth Scroll Extension |
ID | hlgkpkbdbomomofobmooppogknojncfb |
官方網址 | 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" } |