PagePicker
Download pages with just 1 click.
Apa itu PagePicker?
PagePicker adalah ekstensi Chrome yang dikembangkan oleh matsub.rk, dan fitur utamanya adalah "Download pages with just 1 click.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi PagePicker
Unduh file ekstensi PagePicker dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | |
ID | jppfmblpeocojaimknakebfakpbbccjf |
URL Resmi | https://chrome.google.com/webstore/detail/pagepicker/jppfmblpeocojaimknakebfakpbbccjf |
Deskripsi | Download pages with just 1 click. |
Ukuran File | 13 KB |
Jumlah Instalasi | 13 |
Versi Saat Ini | 1.1.3 |
Terakhir Diperbarui | 2018-01-25 |
Tanggal Publikasi | 2018-01-25 |
Pengembang | matsub.rk |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" ] } |