The Printliminator
A simple tool to make websites print better.
ما هو The Printliminator؟
The Printliminator هو إضافة Chrome تم تطويرها بواسطة Mottie، والميزة الرئيسية لها هي "A simple tool to make websites print better.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة The Printliminator
قم بتنزيل ملفات الامتداد The Printliminator بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
The Printliminator is a simple tool you can use to make websites print better. One click to activate, and then click to remove highlighted elements from the page, remove graphics, and apply better print styling.
معلومات أساسية عن التمديد
الاسم | The Printliminator |
ID | nklechikgnfoonbfmcalddjcpmcmgapf |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/the-printliminator/nklechikgnfoonbfmcalddjcpmcmgapf |
الوصف | A simple tool to make websites print better. |
حجم الملف | 23.62 KB |
عدد التثبيتات | 15,176 |
النسخة الحالية | 4.0.5 |
آخر تحديث | 2015-10-11 |
تاريخ النشر | 2015-10-11 |
تقييم | 4.70/5 مجموع تقييمات 56 |
المطور | Mottie |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://github.com/CSS-Tricks/The-Printliminator |
عنوان صفحة المساعدة | https://github.com/CSS-Tricks/The-Printliminator/wiki |
اللغات المدعومة | en,fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_printliminatorName__", "version": "4.0.5", "manifest_version": 2, "author": "Chris Coyier", "description": "__MSG_printliminatorDescription__", "homepage_url": "https:\/\/github.com\/CSS-Tricks\/The-Printliminator", "default_locale": "en", "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "64": "icon64.png", "128": "icon128.png" }, "browser_action": { "default_icon": "icon32.png", "default_title": "__MSG_printliminatorName__", "default_popup": "popup.html" }, "permissions": [ "activeTab" ], "web_accessible_resources": [ "printliminator.js", "printliminator.css" ] } |