PagePicker
Download pages with just 1 click.
Wat is PagePicker?
PagePicker is een Chrome-extensie ontwikkeld door matsub.rk, en de belangrijkste functie is "Download pages with just 1 click.".
Extensie Screenshots
Download het CRX-bestand van de extensie PagePicker
Download PagePicker-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | jppfmblpeocojaimknakebfakpbbccjf |
Officiële URL | https://chrome.google.com/webstore/detail/pagepicker/jppfmblpeocojaimknakebfakpbbccjf |
Beschrijving | Download pages with just 1 click. |
Bestandsgrootte | 13 KB |
Aantal Installaties | 13 |
Huidige Versie | 1.1.3 |
Laatst Bijgewerkt | 2018-01-25 |
Publicatiedatum | 2018-01-25 |
Ontwikkelaar | matsub.rk |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } |