RedditInfinity
Simple, lightweight infinite scrolling for reddit
RedditInfinityとは何ですか?
RedditInfinityはhttps://devinrousso.comによって開発されたChromeの拡張機能で、その主な機能は「Simple, lightweight infinite scrolling for reddit」です。
拡張機能のスクリーンショット
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 拡張機能の基本情報
| 名前 | |
| ID | klldlkapcnpaanaeamibkgaljpblgkic |
| 公式URL | 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"
]
} | |