Batch Page Loader
Opens multiple pages with continuous numbering
什么是Batch Page Loader?
Batch Page Loader是由https://triprojects.de开发的Chrome扩展程序,该扩展的主要功能是“Opens multiple pages with continuous numbering”。
扩展截图
下载Batch Page Loader扩展crx文件
下载Batch Page Loader扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Batch Page Loader opens multiple pages with continuous numbering in new tabs – with just a few clicks. Good for taking reading material to places without internet connection. Works with WordPress, Tumblr, Blogger and all websites with a page number in the URL. Replace the page number in the URL with “%i”, select the page range you want to load and click “Load pages”. Each page opens in a new tab.
扩展基本信息
名称 | Batch Page Loader |
ID | mofmlmjacjnnnjiehcaokjihdjfmfnco |
官方URL | https://chromewebstore.google.com/detail/batch-page-loader/mofmlmjacjnnnjiehcaokjihdjfmfnco |
简介 | Opens multiple pages with continuous numbering |
文件大小 | 11.2 KB |
安装次数 | 176 |
当前版本 | 1.1 |
更新时间 | 2012-11-08 |
上架时间 | 2012-11-08 |
评分 | 4.33/5 共3次评分 |
开发者 | https://triprojects.de |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | http://triprojects.de/batchpageloader/ |
支持的语言 | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Batch Page Loader", "version": "1.1", "manifest_version": 2, "description": "Opens multiple pages with continuous numbering", "homepage_url": "http:\/\/triprojects.de\/batchpageloader\/", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_icon": "icon16.png", "default_popup": "popup.html" }, "permissions": [ "tabs" ] } |