PrintAny
One click print current TAB, selected content on a website and also Google emails.
ما هو PrintAny؟
PrintAny هو إضافة Chrome تم تطويرها بواسطة Murali Krishna Chanda، والميزة الرئيسية لها هي "One click print current TAB, selected content on a website and also Google emails.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة PrintAny
قم بتنزيل ملفات الامتداد PrintAny بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Print button inside you Chrome browser to easy print a page with one click. معلومات أساسية عن التمديد
| الاسم | |
| ID | fomndpnkhdffldikpeefdjeiebjdbgmn |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/printany/fomndpnkhdffldikpeefdjeiebjdbgmn |
| الوصف | One click print current TAB, selected content on a website and also Google emails. |
| حجم الملف | 12.35 KB |
| عدد التثبيتات | 1,782 |
| النسخة الحالية | 1.0 |
| آخر تحديث | 2019-04-03 |
| تاريخ النشر | 2019-04-03 |
| تقييم | 5.00/5 مجموع تقييمات 4 |
| المطور | Murali Krishna Chanda |
| البريد الإلكتروني | [email protected] |
| نوع الدفع | free |
| اللغات المدعومة | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "PrintAny",
"version": "1.0",
"manifest_version": 2,
"description": "One click print current TAB, selected content on a website and also Google emails.",
"background": {
"scripts": [
"background.js"
]
},
"browser_action": {
"default_icon": "printer.png"
},
"permissions": [
"activeTab"
],
"icons": {
"16": "printer.png",
"32": "printer.png",
"48": "printer.png",
"128": "printer.png"
},
"offline_enabled": true
} | |