PagePicker

Download pages with just 1 click.

PagePicker là gì?

PagePicker là một tiện ích mở rộng Chrome được phát triển bởi matsub.rk, và tính năng chính của nó là "Download pages with just 1 click.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng PagePicker

Tải xuống các tệp mở rộng PagePicker dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên PagePicker PagePicker
ID jppfmblpeocojaimknakebfakpbbccjf
URL Chính Thức https://chrome.google.com/webstore/detail/pagepicker/jppfmblpeocojaimknakebfakpbbccjf
Mô tả Download pages with just 1 click.
Kích Thước Tệp 13 KB
Số Lần Cài Đặt 13
Phiên Bản Hiện Tại 1.1.3
Cập Nhật Lần Cuối 2018-01-25
Ngày Phát Hành 2018-01-25
Nhà Phát Triển matsub.rk
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}