AutoPagerize
A browser Extension for auto loading paginated web pages. AutoPagerize use in many web site, and provide efficiently web browsing.
Cos'è AutoPagerize?
AutoPagerize è un'estensione di Chrome sviluppata da https://autopagerize.net, e la sua funzione principale è "A browser Extension for auto loading paginated web pages. AutoPagerize use in many web site, and provide efficiently web browsing.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione AutoPagerize
Scarica i file di estensione AutoPagerize 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
Informazioni di Base sull'Estensione
Nome | AutoPagerize |
ID | igiofjhpmpihnifddepnpngfjhkfenbp |
URL Ufficiale | https://chromewebstore.google.com/detail/autopagerize/igiofjhpmpihnifddepnpngfjhkfenbp |
Descrizione | A browser Extension for auto loading paginated web pages. AutoPagerize use in many web site, and provide efficiently web browsing. |
Dimensione del File | 302 KB |
Conteggio Installazioni | 350,005 |
Versione Corrente | 0.3.9 |
Ultimo Aggiornamento | 2014-10-05 |
Data di Pubblicazione | 2014-10-04 |
Valutazione | 4.26/5 Totale 1011 Valutazioni |
Sviluppatore | https://autopagerize.net |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://autopagerize.net/ |
Lingue Supportate | en,ru,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "homepage_url": "http:\/\/autopagerize.net\/", "content_scripts": [ { "js": [ "extension.js", "autopagerize.user.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_end" } ], "description": "A browser Extension for auto loading paginated web pages. AutoPagerize use in many web site, and provide efficiently web browsing.", "name": "AutoPagerize", "permissions": [ "http:\/\/wedata.net\/*", "tabs" ], "background": { "page": "background.html" }, "options_page": "options.html", "version": "0.3.9", "icons": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "page_action": { "default_title": "Autopagerize for Chrome", "default_popup": "popup.html", "default_icon": "icons\/icon16.png" }, "default_locale": "en", "web_accessible_resources": [ "error.html", "loading.html", "loading.gif" ] } |