Print Plus
Adds a print button to the browser.
ما هو Print Plus؟
Print Plus هو إضافة Chrome تم تطويرها بواسطة ellienora00، والميزة الرئيسية لها هي "Adds a print button to the browser.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Print Plus
قم بتنزيل ملفات الامتداد Print Plus بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
The extension Print plus do an amazing job on one click. Magically it adds a print button to the browser and on pressing the print button the whole page currently opened in a browser will be printed in a second or two. معلومات أساسية عن التمديد
| الاسم | |
| ID | edomigmolmlfpcdkidnjagcahdbacpbj |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/print-plus/edomigmolmlfpcdkidnjagcahdbacpbj |
| الوصف | Adds a print button to the browser. |
| حجم الملف | 4.49 KB |
| عدد التثبيتات | 502 |
| النسخة الحالية | 1.2 |
| آخر تحديث | 2022-01-11 |
| تاريخ النشر | 2022-01-11 |
| المطور | ellienora00 |
| البريد الإلكتروني | [email protected] |
| نوع الدفع | free |
| موقع الإضافة | https://www.golferarena.com/ |
| عنوان صفحة المساعدة | https://www.golferarena.com/ |
| عنوان صفحة سياسة الخصوصية | https://www.privacypolicygenerator.info/live.php?token=ZzhjbpjSCfSPPDs6tUeKN8tApGB7HAqH |
| اللغات المدعومة | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Print Plus",
"description": "Adds a print button to the browser.",
"version": "1.2",
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"permissions": [
"activeTab"
],
"browser_action": {
"default_title": "Print this page",
"default_icon": "print_16x16.png"
},
"manifest_version": 2
} | |