PageChopper
Modify current page for printing.
ما هو PageChopper؟
PageChopper هو إضافة Chrome تم تطويرها بواسطة https://brispace.us، والميزة الرئيسية لها هي "Modify current page for printing.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة PageChopper
قم بتنزيل ملفات الامتداد PageChopper بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
PageChopper is my attempt to recreate an old extension called Aardvark that allowed the user to remove elements from the current web page in order to make it better for printing. You move your mouse pointer over an item and press a key (for example 'r' to remove the item). A list of the command keys is displayed whenever you activate the extension. You may remove items, isolate an item (i.e. remove all other items), convert the page to black and white, remove all images, or remove extra whitespace. You may undo any of your changes.
معلومات أساسية عن التمديد
الاسم | PageChopper |
ID | bcdjdbiiohahlfdochlfbbplnfgakhmk |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/pagechopper/bcdjdbiiohahlfdochlfbbplnfgakhmk |
الوصف | Modify current page for printing. |
حجم الملف | 11.18 KB |
عدد التثبيتات | 70 |
النسخة الحالية | 1.0 |
آخر تحديث | 2018-02-27 |
تاريخ النشر | 2018-02-27 |
تقييم | 3.00/5 مجموع تقييمات 2 |
المطور | https://brispace.us |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://brispace.us/blog/title/Modify_Web_Pages_For_Printing_With_PageChopper |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "PageChopper", "description": "Modify current page for printing.", "version": "1.0", "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_icon": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" }, "default_title": "Modify page for printing" }, "permissions": [ "activeTab" ] } |