RedditInfinity

Simple, lightweight infinite scrolling for reddit

什麼是RedditInfinity?

RedditInfinity是由https://devinrousso.com開發的Chrome擴展程式,該擴展的主要功能是“Simple, lightweight infinite scrolling for reddit”。

擴展截圖

screenshot
screenshot

下載RedditInfinity擴展crx文件

下載RedditInfinity擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Ever browse Reddit and find yourself annoyed at having to click the "next" button?  If so, please install RedditInfinity.

RedditInfinity is a lightweight extension targeted at "https://www.reddit.com/*" pages that will automatically load the next page when you have scrolled half way down the page.  No more clicking, just scroll.


Version 1.0:
 - Created Extension
 - Infinite scroll will only work on pages that contain a "next" link                    

擴展基本資訊

名稱 RedditInfinity RedditInfinity
ID klldlkapcnpaanaeamibkgaljpblgkic
官方網址 https://chromewebstore.google.com/detail/redditinfinity/klldlkapcnpaanaeamibkgaljpblgkic
簡介 Simple, lightweight infinite scrolling for reddit
檔案大小 44.01 KB
安裝次數 168
目前版本 1.0.4
更新時間 2016-08-19
上架時間 2016-08-19
評分 4.67/5 共 3 次評分
開發者 https://devinrousso.com
付費類型 free
說明頁面URL https://github.com/dcrousso/RedditInfinity/issues
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "version": "1.0.4",
    "default_locale": "en",
    "description": "__MSG_appDescription__",
    "icons": {
        "16": "images\/icon-16.png",
        "32": "images\/icon-32.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.reddit.com\/*",
                "https:\/\/*.reddit.com\/*"
            ],
            "js": [
                "scripts\/infinity.js"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        "images\/loading.gif"
    ]
}