AutoPagerize
A browser Extension for auto loading paginated web pages. AutoPagerize use in many web site, and provide efficiently web browsing.
Co to jest AutoPagerize?
AutoPagerize to rozszerzenie Chrome opracowane przez https://autopagerize.net, a jego główną funkcją jest „A browser Extension for auto loading paginated web pages. AutoPagerize use in many web site, and provide efficiently web browsing.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia AutoPagerize
Pobierz pliki rozszerzeń AutoPagerize w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Podstawowe informacje o rozszerzeniu
Nazwa | AutoPagerize |
ID | igiofjhpmpihnifddepnpngfjhkfenbp |
Oficjalny URL | https://chromewebstore.google.com/detail/autopagerize/igiofjhpmpihnifddepnpngfjhkfenbp |
Opis | A browser Extension for auto loading paginated web pages. AutoPagerize use in many web site, and provide efficiently web browsing. |
Rozmiar pliku | 302 KB |
Liczba instalacji | 350,005 |
Aktualna Wersja | 0.3.9 |
Ostatnia Aktualizacja | 2014-10-05 |
Data Publikacji | 2014-10-04 |
Ocena | 4.26/5 Łącznie 1011 Oceny |
Deweloper | https://autopagerize.net |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | http://autopagerize.net/ |
Obsługiwane Języki | 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" ] } |