Threadless Infinite Scroll
Replace the default pagination with infinite scroll. Makes it much easier to browse tons of products fast!
什么是Threadless Infinite Scroll?
Threadless Infinite Scroll是由cookiemonster.apps开发的Chrome扩展程序,该扩展的主要功能是“Replace the default pagination with infinite scroll. Makes it much easier to browse tons of products fast!”。
扩展截图
下载Threadless Infinite Scroll扩展crx文件
下载Threadless Infinite Scroll扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Replace pagination with infinite scroll in threadless.com! ∞ ✏️ 扩展基本信息
| 名称 | |
| ID | ondleindhpngkdmnpipaionlacdhbcaj |
| 官方URL | https://chromewebstore.google.com/detail/threadless-infinite-scrol/ondleindhpngkdmnpipaionlacdhbcaj |
| 简介 | Replace the default pagination with infinite scroll. Makes it much easier to browse tons of products fast! |
| 文件大小 | 52.74 KB |
| 安装次数 | 273 |
| 当前版本 | 0.2 |
| 更新时间 | 2017-07-09 |
| 上架时间 | 2017-07-09 |
| 评分 | 3.00/5 共6次评分 |
| 开发者 | cookiemonster.apps |
| 付费类型 | free |
| 扩展官网 | https://github.com/arieljannai/threadless-infinite-scroll-chrome-extension |
| 帮助页面URL | https://github.com/arieljannai/threadless-infinite-scroll-chrome-extension/issues |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Threadless Infinite Scroll",
"version": "0.2",
"description": "Replace the default pagination with infinite scroll. Makes it much easier to browse tons of products fast!",
"author": "Ariel Jannai",
"content_scripts": [
{
"matches": [
"*:\/\/www.threadless.com\/*"
],
"js": [
"external\/jquery-3.1.0.min.js",
"js\/content.js"
]
}
],
"icons": {
"16": "img\/threadless-icons\/16x16.png",
"24": "img\/threadless-icons\/24x24.png",
"32": "img\/threadless-icons\/32x32.png",
"48": "img\/threadless-icons\/48x48.png",
"64": "img\/threadless-icons\/64x64.png",
"128": "img\/threadless-icons\/128x128.png"
},
"permissions": [
"https:\/\/www.threadless.com\/*"
]
} | |