PageChopper

Modify current page for printing.

Qu'est-ce que PageChopper ?

PageChopper est une extension Chrome développée par https://brispace.us, et sa fonction principale est "Modify current page for printing.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension PageChopper

Téléchargez les fichiers d'extension PageChopper au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom PageChopper PageChopper
ID bcdjdbiiohahlfdochlfbbplnfgakhmk
URL Officiel https://chromewebstore.google.com/detail/pagechopper/bcdjdbiiohahlfdochlfbbplnfgakhmk
Description Modify current page for printing.
Taille du Fichier 11.18 KB
Nombre d'Installations 70
Version Actuelle 1.0
Dernière Mise à Jour 2018-02-27
Date de Publication 2018-02-27
Évaluation 3.00/5 Total 2 Évaluations
Développeur https://brispace.us
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://brispace.us/blog/title/Modify_Web_Pages_For_Printing_With_PageChopper
Langues Prises en Charge 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"
    ]
}