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 |
| 官方網址 | 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\/*"
]
} | |