Awesome Print Button
Awesome button to open up the Chrome print page in a new tab or window.
ما هو Awesome Print Button؟
Awesome Print Button هو إضافة Chrome تم تطويرها بواسطة https://upway2late.com، والميزة الرئيسية لها هي "Awesome button to open up the Chrome print page in a new tab or window.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Awesome Print Button
قم بتنزيل ملفات الامتداد Awesome Print Button بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Version 1.2.0.1 Notes: Update for Chrome 71.0.3578.98. Version 1.0.1.9 Notes: Mandatory update to Chrome Extension Manifest version 2. Version 1.0.1.1 Notes: Chrome 17 has been updated such that the print preview window is no longer presented in a new tab. Now the print preview window opens up in a child window in the current tab. This broke the 'open in New Window' feature. To compensate for this, the Awesome Print Button version 1.0.1.1 'open in New Window' option now duplicates the selected tab in a new window, and then triggers the Chrome print preview window.
معلومات أساسية عن التمديد
الاسم | Awesome Print Button |
ID | bddbafgkmneiebpibclbakmdnijhgeim |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/awesome-print-button/bddbafgkmneiebpibclbakmdnijhgeim |
الوصف | Awesome button to open up the Chrome print page in a new tab or window. |
حجم الملف | 81.85 KB |
عدد التثبيتات | 4,278 |
النسخة الحالية | 1.2.0.1 |
آخر تحديث | 2020-12-08 |
تاريخ النشر | 2019-01-01 |
تقييم | 3.40/5 مجموع تقييمات 15 |
المطور | https://upway2late.com |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | http://www.upway2late.com/ |
عنوان صفحة المساعدة | http://www.upway2late.com/contact |
عنوان صفحة سياسة الخصوصية | http://www.upway2late.com |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Awesome Print Button", "version": "1.2.0.1", "description": "Awesome button to open up the Chrome print page in a new tab or window.", "icons": { "16": "print_16.png", "48": "print_48.png", "128": "print_128.png" }, "background": { "page": "background.html" }, "options_page": "options.html", "browser_action": { "default_icon": "print_19.png", "default_title": "Awesome Print Button" }, "permissions": [ "tabs", "*:\/\/*\/*" ], "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'", "manifest_version": 2 } |