AutoPagerize
A browser Extension for auto loading paginated web pages. AutoPagerize use in many web site, and provide efficiently web browsing.
什么是AutoPagerize?
AutoPagerize是由https://autopagerize.net开发的Chrome扩展程序,该扩展的主要功能是“A browser Extension for auto loading paginated web pages. AutoPagerize use in many web site, and provide efficiently web browsing.”。
扩展截图
下载AutoPagerize扩展crx文件
下载AutoPagerize扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
扩展基本信息
名称 | AutoPagerize |
ID | igiofjhpmpihnifddepnpngfjhkfenbp |
官方URL | https://chromewebstore.google.com/detail/autopagerize/igiofjhpmpihnifddepnpngfjhkfenbp |
简介 | A browser Extension for auto loading paginated web pages. AutoPagerize use in many web site, and provide efficiently web browsing. |
文件大小 | 302 KB |
安装次数 | 350,005 |
当前版本 | 0.3.9 |
更新时间 | 2014-10-05 |
上架时间 | 2014-10-04 |
评分 | 4.26/5 共1011次评分 |
开发者 | https://autopagerize.net |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | http://autopagerize.net/ |
支持的语言 | 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" ] } |