PageChopper

Modify current page for printing.

PageChopperคืออะไร?

PageChopper เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://brispace.us และคุณลักษณะหลักของมันคือ "Modify current page for printing."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย PageChopper

ดาวน์โหลดไฟล์ส่วนขยาย PageChopper ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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 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"
    ]
}