PagePicker
Download pages with just 1 click.
What is PagePicker?
PagePicker is a Chrome extension developed by matsub.rk, and its main feature is "Download pages with just 1 click.".
Extension Screenshots
Download PagePicker Extension CRX File
Download PagePicker extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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. Extension Basic Information
| Name | |
| ID | jppfmblpeocojaimknakebfakpbbccjf |
| Official URL | https://chrome.google.com/webstore/detail/pagepicker/jppfmblpeocojaimknakebfakpbbccjf |
| Description | Download pages with just 1 click. |
| File Size | 13 KB |
| Installation Count | 13 |
| Current Version | 1.1.3 |
| Last Updated | 2018-01-25 |
| Publish Date | 2018-01-25 |
| Developer | matsub.rk |
| [email protected] | |
| Payment Type | free |
| Supported Languages | 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"
]
} | |