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
Eメール [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"
    ]
}