PagePicker

Download pages with just 1 click.

什么是PagePicker?

PagePicker是由matsub.rk开发的Chrome扩展程序,该扩展的主要功能是“Download pages with just 1 click.”。

扩展截图

screenshot

下载PagePicker扩展crx文件

下载PagePicker扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        You can download each pages opened in tab with just one click.  Files that this will download are specified in option with the type of the page.  By default, this will download png, jpeg and pdf pages.                    

扩展基本信息

名称 PagePicker PagePicker
ID jppfmblpeocojaimknakebfakpbbccjf
官方URL https://chrome.google.com/webstore/detail/pagepicker/jppfmblpeocojaimknakebfakpbbccjf
简介 Download pages with just 1 click.
文件大小 13 KB
安装次数 13
当前版本 1.1.3
更新时间 2018-01-25
上架时间 2018-01-25
开发者 matsub.rk
电子邮箱 [email protected]
付费类型 free
支持的语言 en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "author": "matsub",
    "name": "__MSG_extName__",
    "short_name": "PagePicker",
    "description": "__MSG_appDescription__",
    "version": "1.1.3",
    "default_locale": "en",
    "icons": {
        "128": "images\/icon128.png"
    },
    "browser_action": {
        "default_icon": {
            "32": "images\/icon32_active.png"
        },
        "default_title": "Click to Pick"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "lib\/PagePicker.js"
        ]
    },
    "options_ui": {
        "chrome_style": true,
        "page": "preferences.html"
    },
    "permissions": [
        "storage",
        "downloads",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "tabs"
    ]
}