PageChopper

Modify current page for printing.

Apa itu PageChopper?

PageChopper adalah ekstensi Chrome yang dikembangkan oleh https://brispace.us, dan fitur utamanya adalah "Modify current page for printing.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi PageChopper

Unduh file ekstensi PageChopper dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama PageChopper PageChopper
ID bcdjdbiiohahlfdochlfbbplnfgakhmk
URL Resmi https://chromewebstore.google.com/detail/pagechopper/bcdjdbiiohahlfdochlfbbplnfgakhmk
Deskripsi Modify current page for printing.
Ukuran File 11.18 KB
Jumlah Instalasi 70
Versi Saat Ini 1.0
Terakhir Diperbarui 2018-02-27
Tanggal Publikasi 2018-02-27
Penilaian 3.00/5 Total 2 Penilaian
Pengembang https://brispace.us
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://brispace.us/blog/title/Modify_Web_Pages_For_Printing_With_PageChopper
Bahasa yang Didukung 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"
    ]
}