PagePicker
Download pages with just 1 click.
ما هو PagePicker؟
PagePicker هو إضافة Chrome تم تطويرها بواسطة matsub.rk، والميزة الرئيسية لها هي "Download pages with just 1 click.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة PagePicker
قم بتنزيل ملفات الامتداد PagePicker بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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.
معلومات أساسية عن التمديد
الاسم | |
ID | jppfmblpeocojaimknakebfakpbbccjf |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/pagepicker/jppfmblpeocojaimknakebfakpbbccjf |
الوصف | Download pages with just 1 click. |
حجم الملف | 13 KB |
عدد التثبيتات | 13 |
النسخة الحالية | 1.1.3 |
آخر تحديث | 2018-01-25 |
تاريخ النشر | 2018-01-25 |
المطور | matsub.rk |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | 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" ] } |