PagePicker
Download pages with just 1 click.
Qu'est-ce que PagePicker ?
PagePicker est une extension Chrome développée par matsub.rk, et sa fonction principale est "Download pages with just 1 click.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension PagePicker
Téléchargez les fichiers d'extension PagePicker au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | jppfmblpeocojaimknakebfakpbbccjf |
URL Officiel | https://chrome.google.com/webstore/detail/pagepicker/jppfmblpeocojaimknakebfakpbbccjf |
Description | Download pages with just 1 click. |
Taille du Fichier | 13 KB |
Nombre d'Installations | 13 |
Version Actuelle | 1.1.3 |
Dernière Mise à Jour | 2018-01-25 |
Date de Publication | 2018-01-25 |
Développeur | matsub.rk |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } |