PageChopper

Modify current page for printing.

PageChopper क्या है?

PageChopper https://brispace.us द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Modify current page for printing."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में PageChopper एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 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"
    ]
}