RedditInfinity
Simple, lightweight infinite scrolling for reddit
Cos'è RedditInfinity?
RedditInfinity è un'estensione di Chrome sviluppata da https://devinrousso.com, e la sua funzione principale è "Simple, lightweight infinite scrolling for reddit".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione RedditInfinity
Scarica i file di estensione RedditInfinity in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | RedditInfinity |
ID | klldlkapcnpaanaeamibkgaljpblgkic |
URL Ufficiale | https://chromewebstore.google.com/detail/redditinfinity/klldlkapcnpaanaeamibkgaljpblgkic |
Descrizione | Simple, lightweight infinite scrolling for reddit |
Dimensione del File | 44.01 KB |
Conteggio Installazioni | 168 |
Versione Corrente | 1.0.4 |
Ultimo Aggiornamento | 2016-08-19 |
Data di Pubblicazione | 2016-08-19 |
Valutazione | 4.67/5 Totale 3 Valutazioni |
Sviluppatore | https://devinrousso.com |
Tipo di Pagamento | free |
URL della Pagina di Aiuto | https://github.com/dcrousso/RedditInfinity/issues |
Lingue Supportate | 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" ] } |